XlSmartTagControlType Enumeration 

Specifies the type of Smart Document control displayed in the Document Actions task pane.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlSmartTagControlType1 As XlSmartTagControlType = XlSmartTagControlType.xlSmartTagControlActiveX

Syntax

Public Enum XlSmartTagControlType
public enum XlSmartTagControlType
public enum class XlSmartTagControlType
public enum XlSmartTagControlType
public enum XlSmartTagControlType

Members

Member name Description
xlSmartTagControlActiveX ActiveX control.
xlSmartTagControlButton Button.
xlSmartTagControlCheckbox Check box.
xlSmartTagControlCombo Combo box.
xlSmartTagControlHelp Help text.
xlSmartTagControlHelpURL Absolute URL to Help file.
xlSmartTagControlImage Image.
xlSmartTagControlLabel Label.
xlSmartTagControlLink Link.
xlSmartTagControlListbox List box.
xlSmartTagControlRadioGroup Radio button (option button) group.
xlSmartTagControlSeparator Separator.
xlSmartTagControlSmartTag Smart tag.
xlSmartTagControlTextbox Text box.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace