PowerTools SPREAD for Windows Forms 10.0J
ScrollBars プロパティ (GcComboBoxCellType)


どのスクロールバーを表示するかを取得または設定します。
構文
'Declaration
 
Public Property ScrollBars As ScrollBars
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
public ScrollBars ScrollBars {get; set;}

プロパティ値

どのスクロールバーを表示するかを指定するScrollBars列挙値の1つ。
デフォルト値はSystem.Windows.Forms.ScrollBars.Verticalです。
解説
このプロパティは、どのスクロールバーが表示されるかを決定します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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