GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SelectionRenderMode Enumeration


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
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