バージョン

ShouldDrawFocus メソッド (UltraToggleEditorOwnerInfoBase)

フォーカスを示す四角形が描画されるかどうかを示します。
シンタックス
'宣言
 
Public Overrides Function ShouldDrawFocus( _
   ByVal ownerContext As Object _
) As Boolean
public override bool ShouldDrawFocus( 
   object ownerContext
)

パラメータ

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

戻り値の型

フォーカスを示す四角形が描画される場合は true を返します。
参照