ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / FlatSystemBorder Property

In This Topic
    FlatSystemBorder Property
    In This Topic
    Makes Fixed3D borders old-style looking (flat) for System VisualStyle. This property is only for compatibility with legacy applications only.
    Syntax
    'Declaration
     
    
    Public Shared Property FlatSystemBorder As Boolean
    public static bool FlatSystemBorder {get; set;}
    See Also