GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / GetDefaultSideButtonTypes Method


In This Topic
GetDefaultSideButtonTypes Method (GcNumberCellType)
In This Topic
Gets the default side buttons.
Syntax
'Declaration
 
Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)
 
'Usage
 
Dim instance As GcNumberCellType
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 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