alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ConfigureControlEventArgs

    Message class that contains reference on control that required configuration.

    Inheritance
    System.Object
    ConfigureControlEventArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved