| C1.Win.C1Input Namespace > C1TextBox Class : BorderStyle Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Determines the style of the control's border.")> <LocalizableAttribute(True)> Public Shadows Property BorderStyle As BorderStyle
'UsageDim instance As C1TextBox Dim value As BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[C1Category("Appearance")] [C1Description("Determines the style of the control's border.")] [Localizable(true)] public new BorderStyle BorderStyle {get; set;}
[C1Category("Appearance")] [C1Description("Determines the style of the control's border.")] [Localizable(true)] public: new property BorderStyle BorderStyle { BorderStyle get(); void set ( BorderStyle value); }
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