ComponentOne DashboardLayout for WinForms
DrawSplitter Event

C1.Win.C1SplitContainer Namespace > C1SplitterPanel Class : DrawSplitter Event
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