System.Windows.Forms.ToolStripItem.AccessibleDefaultActionDescription Property

Gets or sets the default action description of the control for use by accessibility client applications.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public string AccessibleDefaultActionDescription { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

An object's ToolStripItem.AccessibleDefaultActionDescription property describes the object's primary method of manipulation from the user's viewpoint. This property should be a verb or a short verb phrase.

Note:

Not all objects have default actions, and some objects might have a default action that is related to its AccessibleObject.Value property, such as in the following examples:

  • A selected check box has a default action of "Uncheck" and a value of "Checked."

  • A cleared check box has a default action of "Check" and a value of "Unchecked."

  • A button labeled Print has a default action of "Press," with no value.

  • A label or a text box control that shows Printer has no default action, but would have a value of "Printer."

For more information about properties of accessible objects, see "Content of Descriptive Properties" in the "Active Accessibility" section of the MSDN Library, at http://msdn.microsoft.com/library.

For samples, see the System.Windows.Forms.AccessibleObject class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0