Class ThemedEditDrawing
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 ThemedEditDrawing : ThemedControlDrawing, IDisposable
Constructors
ThemedEditDrawing()
Declaration
public ThemedEditDrawing()
ThemedEditDrawing(IComponent)
Declaration
public ThemedEditDrawing(IComponent owner)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | owner |
Methods
DrawEditBoxBackground(Graphics, Rectangle, Boolean)
Declaration
public void DrawEditBoxBackground(Graphics g, Rectangle rect, bool enabled)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect | |
System.Boolean | enabled |
GetThemeBorderSize()
Declaration
public Size GetThemeBorderSize()
Returns
Type |
---|
System.Drawing.Size |
Implements
System.IDisposable