PowerTools SPREAD for Windows Forms 8.0J
ContainsFocus プロパティ (ElementControl)


要素に現在入力フォーカスがあるかどうかを取得します。
構文
'Declaration
 
Public Overridable Shadows ReadOnly Property ContainsFocus As Boolean
'使用法
 
Dim instance As ElementControl
Dim value As Boolean
 
value = instance.ContainsFocus
public virtual new bool ContainsFocus {get;}

プロパティ値

Boolean 値:要素に現在フォーカスがある場合は True、それ以外の場合は False
解説

このプロパティが使用できるのは実行時のみです。

参照

ElementControl クラス
ElementControl メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.