TextBoxControlBuilder.AllowWhitespaceLiterals 方法

定义

指定是否允许空白文本。

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

返回

在所有情况下均为 false

注解

此方法重写 ControlBuilder.AllowWhitespaceLiterals 以忽略 控件中的 TextBox 空格。

适用于

另请参阅