Share via


SmartTagAction Object Members

Excel Developer Reference

Represents the actions that can be performed with smart tags.

Methods

  Name Description
Bb225683.methods(en-us,office.12).gif Execute Executes the specified smart tag action

Properties

  Name Description
Bb225683.properties(en-us,office.12).gif ActiveXControl Returns an Object that represents an ActiveX control displayed in the Document Actions task pane. Read-only.
Bb225683.properties(en-us,office.12).gif 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.
Bb225683.properties(en-us,office.12).gif 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.
Bb225683.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.
Bb225683.properties(en-us,office.12).gif 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.
Bb225683.properties(en-us,office.12).gif 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.
Bb225683.properties(en-us,office.12).gif Name Returns a String value that represents the name of the object.
Bb225683.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb225683.properties(en-us,office.12).gif PresentInPane Returns a Boolean value that represents whether a smart document control is currently displayed in the Document Actions task pane. Read-only.
Bb225683.properties(en-us,office.12).gif 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.
Bb225683.properties(en-us,office.12).gif TextboxText Sets or returns a String that represents the text in a smart document textbox control. Read/write.
Bb225683.properties(en-us,office.12).gif Type Returns an XlSmartTagControlType value that represents the type of Smart Document control displayed in the Document Actions task pane.