ToolStripPanelRow.Controls Property

Definition

Gets the controls in the 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()

Property Value

An array of controls.

Attributes

Applies to