Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / GetDefaultSideButtonTypes Method


In This Topic
GetDefaultSideButtonTypes Method (GcComboBoxCellType)
In This Topic
Gets the default side buttons.
Syntax
'Declaration
 
Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As List(Of Type)
 
value = instance.GetDefaultSideButtonTypes()

Return Value

. A System.Type list that contains all types of default side buttons.
Remarks
The GetDefaultSideButtonTypes method that allows derived classes to customize default side buttons when the cell is created. If a null reference (Nothing in Visual Basic) is returned, no side buttons are added to the cell.
See Also