menu

WinForms

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

    Show / Hide Table of Contents

    Class ConfigureControlEventArgs

    Message class that contains reference on control that required configuration.

    Inheritance
    System.Object
    System.EventArgs
    ConfigureControlEventArgs
    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.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ConfigureControlEventArgs : EventArgs

    Constructors

    ConfigureControlEventArgs(Control)

    Default constructor.

    Declaration
    public ConfigureControlEventArgs(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control

    Properties

    Control

    Get reference on Control.

    Declaration
    public Control Control { get; }
    Property Value
    Type
    System.Windows.Forms.Control
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved