SmartTagAction Members
Include Protected Members
Include Inherited Members
Represents a single action for a smart tag.
The SmartTagAction type exposes the following members.
Methods
Name | Description | |
---|---|---|
Execute | Performs the specified smart tag action. |
Top
Properties
Name | Description | |
---|---|---|
ActiveXControl | Returns an Object that represents an ActiveX control displayed in the Document Actions task pane. | |
Application | Returns a Application object that represents the Microsoft Word application. | |
CheckboxState | Returns or sets a Boolean that indicates whether a check box in a smart document is selected. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
ExpandDocumentFragment | Returns or sets a Boolean that represents whether the specified document fragment control is expanded or collapsed in the Document Actions task pane. | |
ExpandHelp | 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. | |
ListSelection | Returns or sets an Integer that represents the index number of the selected item in a smart document list box control. | |
Name | Returns the name of the specified object. | |
Parent | Returns an object that represents the parent object of the specified object. | |
PresentInPane | Returns a Boolean that represents whether a smart document control is currently displayed in the Document Actions task pane. | |
RadioGroupSelection | Returns or sets an Integer that represents the index number of the selected item in a group of radio button controls in a smart document. | |
TextboxText | Returns or sets a String that represents the text in a smart document textbox control. | |
Type | Returns a WdSmartTagControlType that represents the type of Smart Document control displayed in the Document Actions task pane. |
Top