ShapeElement.AccessibleHelpTopicFileName 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 path to the Help file associated with this element.
public:
virtual property System::String ^ AccessibleHelpTopicFileName { System::String ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public virtual string AccessibleHelpTopicFileName { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.AccessibleHelpTopicFileName : string
Public Overridable ReadOnly Property AccessibleHelpTopicFileName As String
Property Value
The path to the Help file associated with this element.
- Attributes