IControlDesignerView.SupportsRegions Property

Definition

Gets a value indicating whether designer regions are supported.

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

Property Value

true if designer regions are supported; otherwise false.

Applies to

See also