WinForms

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

    Show / Hide Table of Contents

    Class WindowAutoHidingEventArgs

    Creates the custom cancellable event argument, The class used for the WindowAutoHiding event.

    Inheritance
    System.Object
    WindowAutoHidingEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class WindowAutoHidingEventArgs : CancelEventArgs

    Constructors

    WindowAutoHidingEventArgs(Boolean)

    Creates a new instance of the WindowAutoHidingEventArgs class.

    Declaration
    public WindowAutoHidingEventArgs(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    Gets or sets a value indicating whether the event should be canceled.

    Properties

    Cancel

    Gets/Sets whether to enable/disable, Auto Hide behavior on mouse leave. true if the event should be canceled; otherwise, false.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Control

    Gets the Control, which is about to Auto Hide.

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