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.
Sets or returns a Boolean value that represents whether the specified smart document Help text control is expanded or collapsed in the Document Actions task pane. True indicates that the control is expanded. False indicates that the control is collapsed.
public:
property bool ExpandHelp { bool get(); void set(bool value); };
public bool ExpandHelp { get; set; }
Public Property ExpandHelp As Boolean