AllowWhitespaceLiterals Method
Returns a value of false to disallow whitespace (spaces, return characters, tabs, and so forth) as literal content to be added to the control.
Syntax
Visual Basic Overrides Public Function
AllowWhitespaceLiterals( ) As boolC# public override bool
AllowWhitespaceLiterals( );Managed C++ public: bool
AllowWhitespaceLiterals( );JScript public override function
AllowWhitespaceLiterals( );
Return Value
bool. Returns a value that indicates whether to allow spaces as literal content.
false Default. Disallow spaces as literal content.
Applies To
FilterControlBuilder
See Also