GrapeCity SPREAD for Windows Forms 11.0J
DrawFocusRectangle プロパティ (ElementStyle)


オブジェクトのフォーカス矩形の描画スタイルを取得または設定します。
構文
'Declaration
 
Public Overridable Property DrawFocusRectangle As DrawFocusRectangle
'使用法
 
Dim instance As ElementStyle
Dim value As DrawFocusRectangle
 
instance.DrawFocusRectangle = value
 
value = instance.DrawFocusRectangle
public virtual DrawFocusRectangle DrawFocusRectangle {get; set;}

プロパティ値

フォーカス矩形の表示方法を決定するDrawFocusRectangle設定
解説

このプロパティを設定することで、オブジェクトのフォーカス矩形を描画するかどうかと、その描画方法を指定できます。次の図は、ピクチャの周囲のみにフォーカス矩形を描画した場合を示します。

オブジェクトがフォーカスを受け取るかどうかを指定するには、CanFocusプロパティまたはEnabledプロパティを設定します。

参照

ElementStyle クラス
ElementStyle メンバ
DrawFocusRectangle 列挙体
CanFocus プロパティ
Enabled プロパティ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.