ToolStrip.Controls Property

Definition

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

Property Value

A Control.ControlCollection representing the collection of controls contained within the ToolStrip.

Remarks

This property is not relevant for this class.

Applies to