Class ScrollersFrame.SizeGripperAdv
Size gripper advanced.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SizeGripperAdv : ScrollersFrame.SizeGripper
Constructors
SizeGripperAdv(ScrollersFrame)
Default constructor.
Declaration
public SizeGripperAdv(ScrollersFrame frame)
Parameters
Type | Name | Description |
---|---|---|
ScrollersFrame | frame | reference on scroller frame. Can not be NULL. |
Properties
DrawGripMarking
Gets or sets value indicating whether grip marking should be drawn. If set to false, just background is filled.
Declaration
public bool DrawGripMarking { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose(Boolean)
Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
OnPaint(PaintEventArgs)
Implemented visual styles support.
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | Paint event arguments. |