Click or drag to resize
TextboxExtrasInputTypeCreate Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static TextboxExtrasInputType Create(
	bool AllowChars = false,
	bool AllowNumbers = false,
	bool AllowDot = false,
	bool AllowWhiteSpace = false
)

Parameters

AllowChars (Optional)
Type: SystemBoolean
AllowNumbers (Optional)
Type: SystemBoolean
AllowDot (Optional)
Type: SystemBoolean
AllowWhiteSpace (Optional)
Type: SystemBoolean

Return Value

Type: TextboxExtrasInputType
See Also