ActionsPane.HasChildren Property

Definition

Gets a value that indicates whether the control contains one or more child controls.

public:
 property bool HasChildren { bool get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool HasChildren { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.HasChildren : bool
Public ReadOnly Property HasChildren As Boolean

Property Value

true if the actions pane contains one or more child controls; otherwise, false.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.HasChildren property. For more information about using this property, see System.Windows.Forms.Control.HasChildren.

Applies to