Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Overrides Public Property ForeColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebImagePanViewer Dim value As Color instance.ForeColor = value value = instance.ForeColor |
C# | |
---|---|
[BrowsableAttribute(false)] public override Color ForeColor {get; set;} |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property Color ForeColor override { Color get(); void set ( Color value); } |
Property Value
A System.Drawing.Color that represents the foreground color of the control. The default is Empty.For more information refer to WebControl.ForeColor property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7