'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.
Property | Description |
---|---|
Bounds | Gets the location and size of a rectangle in which to paint. |
Graphics | Gets the Graphics used to paint the splitter. |
Vertical | Gets a value that indicates whether the splitter is vertical (true) or horizontal (false). |
See Also