ICompositeView.IsDefaultContainer Property

Definition

Gets a value that indicates whether the current designer is the default container.

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

Property Value

true if the current designer is the default container; otherwise, false.

Applies to