menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorDlgAdv

    Represents a class in which contains the color dialog of the control.

    Inheritance
    System.Object
    Office2007Form
    ColorDlgAdv
    Inherited Members
    Office2007Form.AllowRoundedCorners
    Office2007Form.ApplyAeroTheme
    Office2007Form.ApplyScaleToControl(Single)
    Office2007Form.AutoScroll
    Office2007Form.CaptionAlign
    Office2007Form.CaptionBarHeight
    Office2007Form.CaptionBarHeightMode
    Office2007Form.CaptionFont
    Office2007Form.CaptionForeColor
    Office2007Form.ColorScheme
    Office2007Form.ColorSchemeIsManaged
    Office2007Form.ColorTable
    Office2007Form.CreateParams
    Office2007Form.DisableOffice2007Style
    Office2007Form.DropShadow
    Office2007Form.EnableDpiAware
    Office2007Form.EnableTouchMode
    Office2007Form.IsActive
    Office2007Form.IsRightToLeft
    Office2007Form.OnActivated(EventArgs)
    Office2007Form.OnColorSchemeChanged()
    Office2007Form.OnHandleCreated(EventArgs)
    Office2007Form.OnLoad(EventArgs)
    Office2007Form.OnLocationChanged(EventArgs)
    Office2007Form.OnPaintBackground(PaintEventArgs)
    Office2007Form.OnRightToLeftChanged(EventArgs)
    Office2007Form.OnRightToLeftLayoutChanged(EventArgs)
    Office2007Form.OnShown(EventArgs)
    Office2007Form.OnStyleChanged(EventArgs)
    Office2007Form.ResetDropShadow()
    Office2007Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    Office2007Form.SetClientSizeCore(Int32, Int32)
    Office2007Form.UseOffice2007SchemeBackColor
    Office2007Form.WndProc(Message)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorDlgAdv : Office2007Form

    Constructors

    ColorDlgAdv(ColorPickerUIAdv)

    Initialize a new instance of the ColorDlgAdv class.

    Declaration
    public ColorDlgAdv(ColorPickerUIAdv colorPicker)
    Parameters
    Type Name Description
    ColorPickerUIAdv colorPicker

    Properties

    Color

    Gets the color value.

    Declaration
    public Color Color { get; }
    Property Value
    Type
    System.Drawing.Color

    Methods

    CreateAccessibilityInstance()

    Returns the new instance of Ribbon to ColorDialogAccessibleObject class

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Accessible object for ColorDlgAdv

    Overrides
    Office2007Form.CreateAccessibilityInstance()

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Bool value for Disposing.

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved