ToolStrip.Controls 屬性
定義
這個屬性與這個類別無關。This property is not relevant for this class.
public:
property System::Windows::Forms::Control::ControlCollection ^ Controls { System::Windows::Forms::Control::ControlCollection ^ get(); };
public System.Windows.Forms.Control.ControlCollection Controls { get; }
member this.Controls : System.Windows.Forms.Control.ControlCollection
Public ReadOnly Property Controls As Control.ControlCollection
屬性值
Control.ControlCollection,代表 ToolStrip 中包含之控制項集合。A Control.ControlCollection representing the collection of controls contained within the ToolStrip.
備註
這個屬性與這個類別無關。This property is not relevant for this class.