Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |