Spread Windows Forms 12.0 Product Documentation
GetDefaultSideButtonTypes Method (GcComboBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : GetDefaultSideButtonTypes Method
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()
protected virtual List<Type> 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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members