Class Splitter
Represents the control that is used to split.
Inheritance
System.Object
Splitter
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class Splitter : SplitContainer
Constructors
Splitter()
Initializes a new instance of the Splitter class.
Declaration
public Splitter()
Methods
OnPaint(PaintEventArgs)
Overrides and raises the paint event.
Declaration
protected override void OnPaint(PaintEventArgs pe)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | pe | The System.Windows.Forms.PaintEventArgs that contains the event data. |