Class ThemedWindowDrawing
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 ThemedWindowDrawing : ThemedControlDrawing, IDisposable, INonClientPaintingSupport
Constructors
ThemedWindowDrawing()
Declaration
public ThemedWindowDrawing()
ThemedWindowDrawing(IComponent)
Declaration
public ThemedWindowDrawing(IComponent owner)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | owner |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
DrawThemedBorderColor(Control, ref Message)
Declaration
public void DrawThemedBorderColor(Control control, ref Message msg)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | control | |
System.Windows.Forms.Message | msg |
Explicit Interface Implementations
INonClientPaintingSupport.NonClientPaint(PaintEventArgs, Rectangle, Rectangle)
Declaration
IntPtr INonClientPaintingSupport.NonClientPaint(PaintEventArgs e, Rectangle displayRect, Rectangle windowRectInScreen)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | |
System.Drawing.Rectangle | displayRect | |
System.Drawing.Rectangle | windowRectInScreen |
Returns
Type |
---|
System.IntPtr |
Implements
System.IDisposable