SmartTagAction.Type Property
Returns a WdSmartTagControlType that represents the type of Smart Document control displayed in the Document Actions task pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Type As WdSmartTagControlType
Get
'Usage
Dim instance As SmartTagAction
Dim value As WdSmartTagControlType
value = instance.Type
WdSmartTagControlType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WdSmartTagControlType
Remarks
WdSmartTagControlType can be one of the following constants:
wdControlActiveX
wdControlButton
wdControlCheckbox
wdControlCombo
wdControlDocumentFragment
wdControlDocumentFragmentURL
wdControlHelp
wdControlHelpURL
wdControlImage
wdControlLabel
wdControlLink
wdControlListbox
wdControlRadioGroup
wdControlSeparator
wdControlSmartTag
wdControlTextbox