True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GridRenderer Class / StyleHasRightBorder Method
the style

In This Topic
    StyleHasRightBorder Method (GridRenderer)
    In This Topic
    Styles the has right border.
    Syntax
    'Declaration
     
    Public Function StyleHasRightBorder( _
       ByVal style As Style, _
       ByVal rtl As System.Boolean _
    ) As System.Boolean
    public System.bool StyleHasRightBorder( 
       Style style,
       System.bool rtl
    )

    Parameters

    style
    the style
    rtl

    Return Value

    True is has right border
    See Also