Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / GetDefaultSideButtonTypes Method


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