Spread Windows Forms 7.0 Product Documentation
GetDefaultSideButtonTypes Method
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTextBoxCellType Class : GetDefaultSideButtonTypes Method


Glossary Item Box

Gets the default side buttons.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)
Visual Basic (Usage)Copy Code
Dim instance As GcTextBoxCellType
Dim value As List(Of Type)
 
value = instance.GetDefaultSideButtonTypes()
C# 
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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.