WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemedXPTaskBarBoxDrawing

    Show / Hide Table of Contents

    Class ThemedXPTaskBarBoxDrawing

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    ThemedControlDrawing
    ThemedXPTaskBarBoxDrawing
    Implements
    System.IDisposable
    Inherited Members
    ThemedControlDrawing.Dispose(Boolean)
    ThemedControlDrawing.GetThemeSysColor(Int32)
    ThemedControlDrawing.GetThemeSysInt(Int32)
    ThemedControlDrawing.GetThemeSysString(Int32)
    ThemedControlDrawing.GetThemeSysSize(Int32)
    ThemedControlDrawing.GetThemeSysBool(Int32)
    ThemedControlDrawing.OpenThemeData()
    ThemedControlDrawing.CloseThemeData()
    ThemedControlDrawing.ResetThemeHandle()
    ThemedControlDrawing.RefreshThemeHandle()
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle)
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle, Rectangle)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, UInt32, UInt32)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, Int32, Int32)
    ThemedControlDrawing.GetPartSize(Graphics, Int32, Int32, Int32)
    ThemedControlDrawing.GetTextExtent(Graphics, Int32, Int32, String, Rectangle, UInt32)
    ThemedControlDrawing.HTheme
    ThemedControlDrawing.DrawMirrored
    NonFinalizeDisposable.Dispose()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ThemedXPTaskBarBoxDrawing : ThemedControlDrawing, IDisposable

    Constructors

    ThemedXPTaskBarBoxDrawing(XPTaskBarBox, String)

    Declaration
    public ThemedXPTaskBarBoxDrawing(XPTaskBarBox control, string classList)
    Parameters
    Type Name Description
    XPTaskBarBox control
    System.String classList

    Methods

    DrawBarText(Graphics, String, Rectangle, Boolean, Boolean, Boolean, Boolean)

    Declaration
    public void DrawBarText(Graphics g, string text, Rectangle boundingRect, bool forheader, bool hot, bool bIsMirrored, bool bClipText)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.String text
    System.Drawing.Rectangle boundingRect
    System.Boolean forheader
    System.Boolean hot
    System.Boolean bIsMirrored
    System.Boolean bClipText

    DrawBarText(Graphics, String, Rectangle, Boolean, Boolean, Boolean, StringAlignment, Boolean)

    Declaration
    public void DrawBarText(Graphics g, string text, Rectangle boundingRect, bool forheader, bool hot, bool bIsMirrored, StringAlignment alignmentFormat, bool bClipText)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.String text
    System.Drawing.Rectangle boundingRect
    System.Boolean forheader
    System.Boolean hot
    System.Boolean bIsMirrored
    System.Drawing.StringAlignment alignmentFormat
    System.Boolean bClipText

    DrawButton(Graphics, Rectangle, Boolean)

    Declaration
    public void DrawButton(Graphics g, Rectangle rect, bool expand)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle rect
    System.Boolean expand

    DrawHeader(Graphics, Rectangle)

    Declaration
    public void DrawHeader(Graphics g, Rectangle rect)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle rect

    DrawItemsBG(Graphics, Rectangle)

    Declaration
    public void DrawItemsBG(Graphics g, Rectangle rect)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle rect

    GetBarTextExtent(String, Rectangle, Boolean)

    Declaration
    public Rectangle GetBarTextExtent(string text, Rectangle boundingRect, bool forheader)
    Parameters
    Type Name Description
    System.String text
    System.Drawing.Rectangle boundingRect
    System.Boolean forheader
    Returns
    Type Description
    System.Drawing.Rectangle

    GetHeaderButtonSize()

    Declaration
    public Size GetHeaderButtonSize()
    Returns
    Type Description
    System.Drawing.Size

    GetTextThemeColor(Boolean, Boolean)

    Declaration
    public Color GetTextThemeColor(bool header, bool hot)
    Parameters
    Type Name Description
    System.Boolean header
    System.Boolean hot
    Returns
    Type Description
    System.Drawing.Color

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved