| C1.Win.C1Input Namespace > C1TextBox Class : NumericInputKeys Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Enables/disables the special keys used when NumericInput = True.")> <DefaultValueAttribute()> Public Property NumericInputKeys As NumericInputKeyFlags
'UsageDim instance As C1TextBox Dim value As NumericInputKeyFlags instance.NumericInputKeys = value value = instance.NumericInputKeys
[C1Category("Behavior")] [C1Description("Enables/disables the special keys used when NumericInput = True.")] [DefaultValue()] public NumericInputKeyFlags NumericInputKeys {get; set;}
[C1Category("Behavior")] [C1Description("Enables/disables the special keys used when NumericInput = True.")] [DefaultValue()] public: property NumericInputKeyFlags NumericInputKeys { NumericInputKeyFlags get(); void set ( NumericInputKeyFlags 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