Share via


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)

Usage

Dim smartTagAction1 As SmartTagAction

Dim returnValue As WdSmartTagControlType
returnValue = smartTagAction1.Type

Syntax

ReadOnly Property Type() As WdSmartTagControlType
WdSmartTagControlType Type {get;}
property WdSmartTagControlType^ Type{
    WdSmartTagControlType^ get();
}
public WdSmartTagControlType get_Type();
function get Type() : 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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

SmartTagAction Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

SmartTagAction Members