[]
Provides data for the DrawSplitter event.
public class DrawSplitterEventArgs : EventArgs
Name | Description |
---|---|
DrawSplitterEventArgs(Graphics, Rectangle, bool) | Initializes a new instance of a DrawSplitterEventArgs. |
Name | 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). |