| C1.Win.C1Input Namespace > C1TextBox Class : ExitOnLeftRightKey Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Defines whether the focus automatically moves to the previous or next control.")> <DefaultValueAttribute()> Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
'UsageDim instance As C1TextBox Dim value As ExitOnLeftRightKey instance.ExitOnLeftRightKey = value value = instance.ExitOnLeftRightKey
[C1Category("Behavior")] [C1Description("Defines whether the focus automatically moves to the previous or next control.")] [DefaultValue()] public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}
[C1Category("Behavior")] [C1Description("Defines whether the focus automatically moves to the previous or next control.")] [DefaultValue()] public: property ExitOnLeftRightKey ExitOnLeftRightKey { ExitOnLeftRightKey get(); void set ( ExitOnLeftRightKey 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