PowerTools InputMan for ASP.NET 8.0J
VerticalLine プロパティ (GcListBox)
使用例 

コントロールの垂直線を定義するLineオブジェクトを取得または設定します。
構文
Public Property VerticalLine As Line
public Line VerticalLine {get; set;}
解説
VerticalLineプロパティが参照するLineオブジェクトを使って、リストコントロールの項目の行を分割する垂直線を定義します。
使用例
次のサンプルコードは、VerticalLineプロパティを使用して、コントロールの垂直方向にグレーの点線を表示します。
GcListBox1.VerticalLine.LineStyle = BorderStyle.Dashed
GcListBox1.VerticalLine.LineColor = Color.Gray
GcListBox1.VerticalLine.LineWidth = 1
GcListBox1.VerticalLine.LineStyle = BorderStyle.Dashed;
GcListBox1.VerticalLine.LineColor = Color.Gray;
GcListBox1.VerticalLine.LineWidth = 1;
参照

GcListBox クラス
GcListBox メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.