ActionsPane.HasChildren Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.