DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / DrawSplitter Event

In This Topic
    DrawSplitter Event (C1SplitterPanel)
    In This Topic
    Occurs when the panel splitter should be repainted.
    Syntax
    'Declaration
     
    
    Public Event DrawSplitter As DrawSplitterEventHandler
    public event DrawSplitterEventHandler DrawSplitter
    Event Data

    The event handler receives an argument of type DrawSplitterEventArgs containing data related to this event. The following DrawSplitterEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the location and size of a rectangle in which to paint.  
    Gets the Graphics used to paint the splitter.  
    Gets a value that indicates whether the splitter is vertical (true) or horizontal (false).  
    See Also