ControlBuilder.Localize Property

Definition

Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized.

public:
 property bool Localize { bool get(); };
public bool Localize { get; }
member this.Localize : bool
Public ReadOnly Property Localize As Boolean

Property Value

true to indicate that the control created by this ControlBuilder object is localized; otherwise, false.

Applies to