ActionsPane.Controls Property

Definition

Gets the collection of controls contained within the actions pane.

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

Property Value

The collection of controls contained within the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Controls property. For more information about using this property, see System.Windows.Forms.Control.Controls.

Applies to