DecoratorHostShape.AccessibleName 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.
Provides an AccessibleName for this DecoratorHostShape using the AccessibleValue of the Field contained by the shapes Decorator.
public:
virtual property System::String ^ AccessibleName { System::String ^ get(); };
public override string AccessibleName { get; }
member this.AccessibleName : string
Public Overrides ReadOnly Property AccessibleName As String