LabelControlBuilder.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 for all cases.

Remarks

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

Applies to

See also