Class MenuActivationControl
MenuActivationControl class using subclassing to detect deactivate application message.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MenuActivationControl : NativeWindowSubclass
Constructors
MenuActivationControl()
Constructor.
Declaration
public MenuActivationControl()
Methods
WndProc(ref Message)
Detecting deactivate application message.
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m | windows message. |
Events
AppActivate
Event fired on activate application message.
Declaration
public event MenuActivationControl.EventHandler AppActivate
Event Type
Type |
---|
MenuActivationControl.EventHandler |
AppDeactivate
Event method.
Declaration
public event MenuActivationControl.EventHandler AppDeactivate
Event Type
Type |
---|
MenuActivationControl.EventHandler |
MouseActivate
Event fired on mouseActivate message.
Declaration
public event MenuActivationControl.EventHandler MouseActivate
Event Type
Type |
---|
MenuActivationControl.EventHandler |