Class ThemedRadioButtonDrawing
Inheritance
System.Object
ThemedRadioButtonDrawing
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 ThemedRadioButtonDrawing : ThemedControlDrawing, IDisposable
Constructors
ThemedRadioButtonDrawing()
Declaration
public ThemedRadioButtonDrawing()
Methods
DrawRadio(Graphics, Rectangle, ButtonState, Boolean)
Declaration
public void DrawRadio(Graphics g, Rectangle rect, ButtonState btnState, bool mixedStateSet)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect | |
System.Windows.Forms.ButtonState | btnState | |
System.Boolean | mixedStateSet |
Implements
System.IDisposable