SmartTagAction Object Members
Represents the actions that can be performed with smart tags.
Methods
| Name | Description | |
|---|---|---|
| Execute | The description for this item will appear in the final release of Office. |
Properties
| Name | Description | |
|---|---|---|
| ActiveXControl | Returns an Object that represents an ActiveX control displayed in the Document Actions task pane. Read-only. |
| Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
| CheckboxState | Returns or sets a Boolean value that indicates whether a check box in a smart document is selected. Setting this property to True selects the check box. Setting this property to False clears the check box. Read/write Boolean. |
| ExpandHelp | 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. |
| ListSelection | Sets or returns a Long value that represents the index number of the selected item in a smart document list box control. Read/write. |
| Name | Returns a String value that represents the name of the object. |
| Parent | Returns the parent object for the specified object. Read-only. |
| PresentInPane | Returns a Boolean value that represents whether a smart document control is currently displayed in the Document Actions task pane. Read-only. |
| RadioGroupSelection | Sets or returns a Long that represents the index number of the selected item in a group of radio button controls in a smart document. Read/write. |
| TextboxText | Sets or returns a String that represents the text in a smart document textbox control. Read/write. |
| Type | Returns an XlSmartTagControlType value that represents the type of Smart Document control displayed in the Document Actions task pane. |