MESCIUS SPREAD for Windows Forms 15.0J
DoubleLineBorder コンストラクタ(Color)
使用例 

二重境界線の色
色を指定して、3ピクセル幅の二重境界線を作成します。
構文
'宣言
 
Public Function New( _
   ByVal color As Color _
)
public DoubleLineBorder( 
   Color color
)

パラメータ

color
二重境界線の色
使用例
次のサンプルコードは、二重境界線の色を返します。
FarPoint.Win.DoubleLineBorder dbl = new FarPoint.Win.DoubleLineBorder(Color.Yellow);
Color c = dbl.Color;
MessageBox.Show("The color of the border is " + c.ToString() + ".");
Dim dbl As New FarPoint.Win.DoubleLineBorder(Color.Yellow)
Dim c As Color = dbl.Color
MessageBox.Show("The color of the border is " + c.ToString() + ".")
参照

DoubleLineBorder クラス
DoubleLineBorder メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.