ActionsPane.AccessibleDefaultActionDescription Property

Definition

Gets or sets the default action description of the actions pane. This description is used by accessibility client applications.

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

Property Value

The default action description of the actions pane. This description is used by accessibility client applications.

Attributes

Remarks

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

Applies to