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


In This Topic
    SelectionRenderMode Enumeration
    In This Topic
    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