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