'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("Indicates whether the image has the specified color.")> Public ReadOnly Property HasColor As Boolean
[ReadOnly(True)] [Description("Indicates whether the image has the specified color.")] public bool HasColor { get; }
[ReadOnly(True)] [Description("Indicates whether the image has the specified color.")] public: __property bool get_HasColor();
[ReadOnly(True)] [Description("Indicates whether the image has the specified color.")] public:
property bool HasColor { bool get(); }