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.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Control
Gets the Control, which is about to Auto Hide.
Declaration
public Control Control { get; set; }
Property Value
Type |
---|
System.Windows.Forms.Control |