バージョン

GetShowInkButton メソッド

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

パラメータ

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

戻り値の型

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

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

参照