| C1.Win.C1Input Namespace > C1TextBox Class : VisualStyle Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets the visual style of the control.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <MergablePropertyAttribute(True)> Public Property VisualStyle As VisualStyle
'UsageDim instance As C1TextBox Dim value As VisualStyle instance.VisualStyle = value value = instance.VisualStyle
[C1Category("Appearance")] [C1Description("Gets or sets the visual style of the control.")] [RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] public VisualStyle VisualStyle {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets the visual style of the control.")] [RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] public: property VisualStyle VisualStyle { VisualStyle get(); void set ( VisualStyle 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