SmartTagAction.ExpandHelp 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.
Returns or sets a Boolean that represents whether the specified smart document Help text control is expanded or collapsed in the Document Actions task pane.
public:
property bool ExpandHelp { bool get(); void set(bool value); };
public bool ExpandHelp { get; set; }
member this.ExpandHelp : bool with get, set
Public Property ExpandHelp As Boolean
Property Value
Remarks
This property returns True to indicate that the control is expanded, and False to indicate the control is collapsed.
For more information on smart documents, refer to the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.