WinForms

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

    Show / Hide Table of Contents

    Class ControlMinimizedEventArgs

    Arguments for control minimize event.

    Inheritance
    System.Object
    System.EventArgs
    ControlSizeStateChangedEventArgs
    ControlMinimizedEventArgs
    Inherited Members
    ControlSizeStateChangedEventArgs.m_control
    ControlSizeStateChangedEventArgs.Control
    System.EventArgs.Empty
    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 ControlMinimizedEventArgs : ControlSizeStateChangedEventArgs
    Remarks

    Contains only changing control.

    Constructors

    ControlMinimizedEventArgs(Control)

    Overridden. Constructor of the ControlMinimizedEventArgs.

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

    The Dock enabled control.

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