Spread Windows Forms 12.0 Product Documentation
SelectionRenderMode Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : SelectionRenderMode Enumeration
Represents the rendering mode of the selection are for the DropDownPicker.
Syntax
'Declaration
 
Public Enum SelectionRenderMode 
   Inherits System.Enum
'Usage
 
Dim instance As SelectionRenderMode
public enum SelectionRenderMode : System.Enum 
Members
MemberDescription
BorderShows a border around the selected row.
BorderWithFillFill the background of the selected row and shows a border abound it.
FillFill the background of the selected row.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.SelectionRenderMode

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace