次の方法で共有


SmartTagAction.Type プロパティ

定義

WdSmartTagControlType[ドキュメント アクション] 作業ウィンドウに表示されるスマート ドキュメント コントロールの種類を表す を返します。

public:
 property Microsoft::Office::Interop::Word::WdSmartTagControlType Type { Microsoft::Office::Interop::Word::WdSmartTagControlType get(); };
public Microsoft.Office.Interop.Word.WdSmartTagControlType Type { get; }
member this.Type : Microsoft.Office.Interop.Word.WdSmartTagControlType
Public ReadOnly Property Type As WdSmartTagControlType

プロパティ値

注釈

WdSmartTagControlType には、次のいずれかの定数を指定できます。

wdControlActiveX

wdControlButton

wdControlCheckbox

wdControlCombo

wdControlDocumentFragment

wdControlDocumentFragmentURL

wdControlHelp

wdControlHelpURL

wdControlImage

wdControlLabel

wdControlLink

wdControlListbox

wdControlRadioGroup

wdControlSeparator

wdControlSmartTag

wdControlTextbox

適用対象