Edit

Share via


SmartTagAction.ExpandHelp Property

Definition

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.

Applies to