Class ThemedScrollBarDrawing
Inheritance
System.Object
ThemedScrollBarDrawing
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ThemedScrollBarDrawing : ThemedControlDrawing, IDisposable
Constructors
ThemedScrollBarDrawing()
Declaration
public ThemedScrollBarDrawing()
ThemedScrollBarDrawing(IComponent)
Declaration
public ThemedScrollBarDrawing(IComponent owner)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | owner |
Methods
DrawSizeBox(Graphics, Rectangle)
Declaration
public void DrawSizeBox(Graphics g, Rectangle rect)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect |
DrawThumb(Graphics, Rectangle, Boolean, ButtonState)
Declaration
public void DrawThumb(Graphics g, Rectangle rect, bool horizontal, ButtonState btnState)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect | |
System.Boolean | horizontal | |
System.Windows.Forms.ButtonState | btnState |
Implements
System.IDisposable