WinForms

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

    Show / Hide Table of Contents

    Class ControlMaximizeEventArgs

    Arguments for Maximize control event.

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

    Adds ability to cancel operation.

    Constructors

    ControlMaximizeEventArgs(Control)

    Overridden. Constructor of the ControlMaximizeEventArgs.

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

    The Dock enabled control.

    Fields

    m_bCancel

    Declaration
    protected bool m_bCancel
    Field Value
    Type Description
    System.Boolean

    Properties

    Cancel

    Gets/sets if to cancel operation.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved