Intersoft WebCombo Documentation
BorderColor Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : BorderColor Property






Returns or sets the border color of the control. Returns or sets the border color of the control.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Color of the border of the control.")>
<CategoryAttribute("Appearance")>
Public Overrides Property BorderColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Color of the border of the control.")]
[CategoryAttribute("Appearance")]
public override Color BorderColor {get; set;}
Delphi 
public read-write property BorderColor: Color; override; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
NotifyParentPropertyAttribute()
DescriptionAttribute("Color of the border of the control.")
CategoryAttribute("Appearance")
public override function get,set BorderColor : Color
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Color of the border of the control.")]
[CategoryAttribute("Appearance")]
public: __property Color get_BorderColor() override;
public: __property void set_BorderColor( 
   Color value
) override;
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Color of the border of the control.")]
[CategoryAttribute("Appearance")]
public:
property Color BorderColor {
   Color get() override;
   void set (    Color value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.