'Declaration <DescriptionAttribute("A value indicating whether the background color is found.")> <ReadOnlyAttribute(True)> Public ReadOnly Property IsBackgroundColorFound As Boolean
[Description("A value indicating whether the background color is found.")] [ReadOnly(True)] public bool IsBackgroundColorFound { get; }
[Description("A value indicating whether the background color is found.")] [ReadOnly(True)] public: __property bool get_IsBackgroundColorFound();
[Description("A value indicating whether the background color is found.")] [ReadOnly(True)] public:
property bool IsBackgroundColorFound { bool get(); }