TextboxExtrasInputTypeCreate Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static TextboxExtrasInputType Create(
bool AllowChars = false,
bool AllowNumbers = false,
bool AllowDot = false,
bool AllowWhiteSpace = false
)
Public Shared Function Create (
Optional AllowChars As Boolean = false,
Optional AllowNumbers As Boolean = false,
Optional AllowDot As Boolean = false,
Optional AllowWhiteSpace As Boolean = false
) As TextboxExtrasInputType
public:
static TextboxExtrasInputType^ Create(
bool AllowChars = false,
bool AllowNumbers = false,
bool AllowDot = false,
bool AllowWhiteSpace = false
)
static member Create :
?AllowChars : bool *
?AllowNumbers : bool *
?AllowDot : bool *
?AllowWhiteSpace : bool
(* Defaults:
let _AllowChars = defaultArg AllowChars false
let _AllowNumbers = defaultArg AllowNumbers false
let _AllowDot = defaultArg AllowDot false
let _AllowWhiteSpace = defaultArg AllowWhiteSpace false
*)
-> TextboxExtrasInputType
Parameters
- AllowChars (Optional)
- Type: SystemBoolean
- AllowNumbers (Optional)
- Type: SystemBoolean
- AllowDot (Optional)
- Type: SystemBoolean
- AllowWhiteSpace (Optional)
- Type: SystemBoolean
Return Value
Type:
TextboxExtrasInputType
See Also