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)

Syntax

'Declaration
Public Enumeration WdSmartTagControlType
'Usage
Dim instance As WdSmartTagControlType
public enum WdSmartTagControlType

Members

Member name Description
wdControlSmartTag Smart tag.
wdControlLink Link.
wdControlHelp Help.
wdControlHelpURL Help URL.
wdControlSeparator Separator.
wdControlButton Button.
wdControlLabel Label.
wdControlImage Image.
wdControlCheckbox Check box.
wdControlTextbox Text box.
wdControlListbox List box.
wdControlCombo Combo box.
wdControlActiveX ActiveX control.
wdControlDocumentFragment Document fragment.
wdControlDocumentFragmentURL Document fragment URL.
wdControlRadioGroup Radio group.

See Also

Reference

Microsoft.Office.Interop.Word Namespace