PowerTools SPREAD for Windows Forms 8.0J
DrawFocusRectangle プロパティ (ElementWindowless)


要素にフォーカス矩形を表示するかどうかと、その表示方法を取得または設定します。
構文
'Declaration
 
Public Overridable Property DrawFocusRectangle As DrawFocusRectangle
'使用法
 
Dim instance As ElementWindowless
Dim value As DrawFocusRectangle
 
instance.DrawFocusRectangle = value
 
value = instance.DrawFocusRectangle
public virtual DrawFocusRectangle DrawFocusRectangle {get; set;}

プロパティ値

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

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

要素がフォーカスを受け取るかどうかを指定するには、CanFocusプロパティを設定します。CanFocusプロパティをtrueに設定した場合、Focusメソッドを呼び出すことで要素にフォーカスを移動できます。また、Focusedプロパティを使用して、要素がフォーカスを持つかどうかを確認できます。

element.Picture = System.Drawing.Image.FromFile("d:\\mail16A.ico"); element.AlignText = FarPoint.Win.TextAlign.TextLeftPictRight; element.PictureMargin = 25; element.MarginBottom = 20; element.DrawFocusRectangle = FarPoint.Win.DrawFocusRectangle.AroundText;
element.Picture = System.Drawing.Image.FromFile("d:\mail16A.ico") element.AlignText = FarPoint.Win.TextAlign.TextLeftPictRight element.PictureMargin = 25 element.MarginBottom = 20 element.DrawFocusRectangle = FarPoint.Win.DrawFocusRectangle.AroundText
参照

ElementWindowless クラス
ElementWindowless メンバ
DrawFocusRectangle 列挙体
Focus メソッド
Focused プロパティ
CanFocus プロパティ

 

 


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