PowerTools SPREAD for Windows Forms 8.0J
GetDefaultSideButtonTypes メソッド (GcTextBoxCellType)


既定のサイドボタンを取得します。
構文
'Declaration
 
Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)
'使用法
 
Dim instance As GcTextBoxCellType
Dim value As List(Of Type)
 
value = instance.GetDefaultSideButtonTypes()
protected virtual List<Type> GetDefaultSideButtonTypes()

戻り値の型

. すべてのタイプのデフォルトサイドボタンを含む System.Type リスト。
解説
派生クラスで GetDefaultSideButtonTypes メソッドを使用して、セルが作成されるときのデフォルトサイドボタンをカスタマイズできます。このメソッドが null 参照 (Visual Basicでは Nothing) を返す場合、セルにサイドボタンは追加されません。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


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