ToolStrip.HasChildren 屬性
定義
這個屬性與這個類別無關。This property is not relevant for this class.
public:
property bool HasChildren { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasChildren { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasChildren : bool
Public ReadOnly Property HasChildren As Boolean
屬性值
如果 ToolStrip 具有子系,則為 true
,否則為 false
。true
if the ToolStrip has children; otherwise, false
.
- 屬性
備註
這個屬性與這個類別無關。This property is not relevant for this class.