SmartTagAction.Type Property

Definition

Returns an XlSmartTagControlType that represents the type of Smart Document control displayed in the Document Actions task pane.

public:
 property Microsoft::Office::Interop::Excel::XlSmartTagControlType Type { Microsoft::Office::Interop::Excel::XlSmartTagControlType get(); };
public Microsoft.Office.Interop.Excel.XlSmartTagControlType Type { get; }
Public ReadOnly Property Type As XlSmartTagControlType

Property Value

Remarks

XlSmartTagControlType can be one of the following XlSmartTagControlType constants:

xlSmartTagControlActiveX

xlSmartTagControlButton

xlSmartTagControlCheckbox

xlSmartTagControlCombo

xlSmartTagControlHelp

xlSmartTagControlHelpURL

xlSmartTagControlImage

xlSmartTagControlLabel

xlSmartTagControlLink

xlSmartTagControlListbox

xlSmartTagControlRadioGroup

xlSmartTagControlSeparator

xlSmartTagControlSmartTag

xlSmartTagControlTextbox

Applies to