menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemedWindowDrawing - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThemedWindowDrawing

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    ThemedControlDrawing
    ThemedWindowDrawing
    Implements
    System.IDisposable
    INonClientPaintingSupport
    Inherited Members
    NonFinalizeDisposable.Dispose()
    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()
    ThemedControlDrawing.CloseThemeData()
    ThemedControlDrawing.DrawMirrored
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle)
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle, Rectangle)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, Int32, Int32)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, UInt32, UInt32)
    ThemedControlDrawing.GetPartSize(Graphics, Int32, Int32, Int32)
    ThemedControlDrawing.GetTextExtent(Graphics, Int32, Int32, String, Rectangle, UInt32)
    ThemedControlDrawing.GetThemeSysBool(Int32)
    ThemedControlDrawing.GetThemeSysColor(Int32)
    ThemedControlDrawing.GetThemeSysInt(Int32)
    ThemedControlDrawing.GetThemeSysSize(Int32)
    ThemedControlDrawing.GetThemeSysString(Int32)
    ThemedControlDrawing.HTheme
    ThemedControlDrawing.OpenThemeData()
    ThemedControlDrawing.RefreshThemeHandle()
    ThemedControlDrawing.ResetThemeHandle()
    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
    ThemedControlDrawing.Dispose(Boolean)

    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
    INonClientPaintingSupport
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved