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