共用方式為


ToolStripPanelRow.Controls 屬性

定義

取得 ToolStripPanelRow 中的控制項。

public:
 property cli::array <System::Windows::Forms::Control ^> ^ Controls { cli::array <System::Windows::Forms::Control ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Control[] Controls { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Controls : System.Windows.Forms.Control[]
Public ReadOnly Property Controls As Control()

屬性值

Control[]

控制項的陣列。

屬性

適用於