FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / MarqueeBorderMode Enumeration

In This Topic
    MarqueeBorderMode Enumeration
    In This Topic
    Determines the position of the marquee border relative to the selected cells range.
    Syntax
    'Declaration
     
    
    Public Enum MarqueeBorderMode 
       Inherits System.Enum
    public enum MarqueeBorderMode : System.Enum 
    Members
    MemberDescription
    CellRangeThe marquee border is drawn around the entire selected cells range.
    NoneThe marquee border is not drawn.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.MarqueeBorderMode

    See Also