MESCIUS SPREAD for Windows Forms 15.0J
Border プロパティ (ElementControl)
使用例 

コントロールの境界線を取得または設定します。
構文
'宣言
 
Public Overridable Property Border As IBorder
public virtual IBorder Border {get; set;}

プロパティ値

境界線を含むIBorderオブジェクト
解説

コントロールの境界線を取得または指定する際は、IBorderインタフェースを実装するオブジェクトを提供します。IBorderオブジェクトとして使用できるのは、BevelBorderオブジェクト、CompoundBorderオブジェクト、LineBorderオブジェクトのいずれかです。

境界線をデフォルト設定にリセットするには、ResetBorderメソッドを呼び出します。

使用例
control.Border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered,SystemColors.ControlLightLight,SystemColors.ControlDark,8,true,true,false,false);
control.Border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered,SystemColors.ControlLightLight,SystemColors.ControlDark,8,True,True,False,False);
参照

ElementControl クラス
ElementControl メンバ
ResetBorder メソッド
BevelBorder クラス
CompoundBorder クラス
IBorder インタフェース
LineBorder クラス

 

 


© MESCIUS inc. All rights reserved.