[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.GetDefaultSideButtonTypes

GetDefaultSideButtonTypes Method

GetDefaultSideButtonTypes()

Gets the default side buttons.

Declaration
protected virtual List<Type> GetDefaultSideButtonTypes()
Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)
Returns
Type Description
List<Type>

. A 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 null is returned, no side buttons are added to the cell.