WinForms

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

    Show / Hide Table of Contents

    Class ControlMaximizedEventArgs

    Arguments for control maximized event.

    Inheritance
    System.Object
    System.EventArgs
    ControlSizeStateChangedEventArgs
    ControlMaximizedEventArgs
    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 ControlMaximizedEventArgs : ControlSizeStateChangedEventArgs
    Remarks

    Contains only changing control.

    Constructors

    ControlMaximizedEventArgs(Control)

    Overridden. Constructor of the ControlMaximizedEventArgs.

    Declaration
    public ControlMaximizedEventArgs(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