'Declaration
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the control's color of any descriptor text")>
Public Overrides Property ForeColor As Color
'Usage
Dim instance As ThumbnailXpress
Dim value As Color
instance.ForeColor = value
value = instance.ForeColor
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's color of any descriptor text")]
public override Color ForeColor {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's color of any descriptor text")]
public: __property Color get_ForeColor() override;
public: __property void set_ForeColor(
Color value
) override;
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the control's color of any descriptor text")]
public:
property Color ForeColor {
Color get() override;
void set ( Color value) override;
}