Class ThemedWindowDrawing
Inheritance
System.Object
ThemedWindowDrawing
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Base.dll
public class ThemedWindowDrawing : ThemedControlDrawing, IDisposable, INonClientPaintingSupport
Constructors
Declaration
public ThemedWindowDrawing()
Declaration
public ThemedWindowDrawing(IComponent owner)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.IComponent |
owner |
|
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
Overrides
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
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
Implements
System.IDisposable