TextBoxControlBuilder.AllowWhitespaceLiterals Method

Definition

Specifies whether white-space literals are allowed.

public:
 override bool AllowWhitespaceLiterals();
public override bool AllowWhitespaceLiterals ();
override this.AllowWhitespaceLiterals : unit -> bool
Public Overrides Function AllowWhitespaceLiterals () As Boolean

Returns

false in all cases.

Remarks

This method overrides ControlBuilder.AllowWhitespaceLiterals to ignore white space in the TextBox control.

Applies to

See also