SmartTagAction.ExpandHelp Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ExpandHelp As Boolean
    Get
    Set
'Usage
Dim instance As SmartTagAction
Dim value As Boolean

value = instance.ExpandHelp

instance.ExpandHelp = value
bool ExpandHelp { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

SmartTagAction Interface

SmartTagAction Members

Microsoft.Office.Interop.Word Namespace