ActionsPane.Name Property

Definition

Gets or sets the name of the actions pane control.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The name of the actions pane control. The default is an empty string ("").

Attributes

Remarks

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

Applies to