menu

WinForms

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

    Show / Hide Table of Contents

    Class Office2007Colors.ManagedColorsAppliedEventArgs

    Arguments class for ManagedColorsApplied event.

    Inheritance
    System.Object
    System.EventArgs
    Office2007Colors.ManagedColorsAppliedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 ManagedColorsAppliedEventArgs : EventArgs

    Constructors

    ManagedColorsAppliedEventArgs(Form, Color)

    Initializes Office2007Colors.ManagedColorsAppliedEventArgs instance.

    Declaration
    public ManagedColorsAppliedEventArgs(Form form, Color baseColor)
    Parameters
    Type Name Description
    System.Windows.Forms.Form form

    Container form.

    System.Drawing.Color baseColor

    Base color for the managed theme.

    Fields

    BaseColor

    Base color for the managed theme.

    Declaration
    public Color BaseColor
    Field Value
    Type
    System.Drawing.Color

    Form

    Container form.

    Declaration
    public Form Form
    Field Value
    Type
    System.Windows.Forms.Form
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved