PowerTools SPREAD for Windows Forms 8.0J
DoubleLineBorder コンストラクタ(Color)


二重境界線の色
色を指定して、3ピクセル幅の二重境界線を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
'使用法
 
Dim color As Color
 
Dim instance As New DoubleLineBorder(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 メンバ
オーバーロード一覧

 

 


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