| C1.Win.C1Input Namespace > C1TextBox Class : ShowFocusRectangle Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Specifies whether the focus rectangle should be displayed around the client area.")> <DefaultValueAttribute()> <LocalizableAttribute(True)> Public Property ShowFocusRectangle As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.ShowFocusRectangle = value value = instance.ShowFocusRectangle
[C1Category("Behavior")] [C1Description("Specifies whether the focus rectangle should be displayed around the client area.")] [DefaultValue()] [Localizable(true)] public bool ShowFocusRectangle {get; set;}
[C1Category("Behavior")] [C1Description("Specifies whether the focus rectangle should be displayed around the client area.")] [DefaultValue()] [Localizable(true)] public: property bool ShowFocusRectangle { bool get(); void set ( bool 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