ShapeElement.AccessibleDefaultActionDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default action description of the element for use by accessibility client applications
public:
virtual property System::String ^ AccessibleDefaultActionDescription { System::String ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public virtual string AccessibleDefaultActionDescription { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.AccessibleDefaultActionDescription : string
Public Overridable ReadOnly Property AccessibleDefaultActionDescription As String
Property Value
A description of the default action for an element.
- Attributes