| C1.Win.C1Input Namespace > C1TextBox Class : ExitOnLastChar Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Determines if the next control in the tab order receives the focus as soon as the control is filled at the last character.")> <DefaultValueAttribute()> Public Property ExitOnLastChar As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.ExitOnLastChar = value value = instance.ExitOnLastChar
[C1Category("Behavior")] [C1Description("Determines if the next control in the tab order receives the focus as soon as the control is filled at the last character.")] [DefaultValue()] public bool ExitOnLastChar {get; set;}
[C1Category("Behavior")] [C1Description("Determines if the next control in the tab order receives the focus as soon as the control is filled at the last character.")] [DefaultValue()] public: property bool ExitOnLastChar { 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