バージョン

GetShowInkButton メソッド (EmbeddableEditorOwnerBase)

インクボタンをどのタイミングでエディターに表示するかを決定します。
シンタックス
'宣言
 
Public Overridable Function GetShowInkButton( _
   ByVal ownerContext As Object _
) As ShowInkButton
public virtual ShowInkButton GetShowInkButton( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

InkButtonがいつ表示されるかを示すShowInkButton値。
解説

デフォルトの実装は デフォルトの実装は ShowInkButton.Default を返します。

参照