| C1.Win.C1Input Namespace > C1TextBox Class : BorderColor Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets the border color of the control.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <MergablePropertyAttribute(True)> Public Property BorderColor As Color
'UsageDim instance As C1TextBox Dim value As Color instance.BorderColor = value value = instance.BorderColor
[C1Category("Appearance")] [C1Description("Gets or sets the border color of the control.")] [RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] public Color BorderColor {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets the border color of the control.")] [RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] public: property Color BorderColor { Color get(); void set ( Color value); }
Use the BorderColor property to specify the border color of the control. This property is set using a System.Drawing.Color object.
The BorderColor property has an effect only when the BorderStyle property is set to FixedSingle.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2