WdSmartTagControlType Enumeration 

Specifies the type of control associated with a SmartTagAction object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdSmartTagControlType1 As WdSmartTagControlType = WdSmartTagControlType.wdControlActiveX

Syntax

Public Enum WdSmartTagControlType
public enum WdSmartTagControlType
public enum class WdSmartTagControlType
public enum WdSmartTagControlType
public enum WdSmartTagControlType

Members

Member name Description
wdControlActiveX ActiveX control.
wdControlButton Button.
wdControlCheckbox Check box.
wdControlCombo Combo box.
wdControlDocumentFragment Document fragment.
wdControlDocumentFragmentURL Document fragment URL.
wdControlHelp Help.
wdControlHelpURL Help URL.
wdControlImage Image.
wdControlLabel Label.
wdControlLink Link.
wdControlListbox List box.
wdControlRadioGroup Radio group.
wdControlSeparator Separator.
wdControlSmartTag Smart tag.
wdControlTextbox 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.Word Namespace