ChildWinForm.DeActivate Method | |
Provide a method that is invoked when this window is deactivated.
Namespace:
XSharp
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeActivate(
o
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual DeActivate(
Usual o = default
)
Request Example
View SourceParameters
- o (Optional)
- Type: Usual
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This event handler is normally invoked when another application or window becomes activated. If Window:MouseTrapOn() is left on, MouseEvent events cannot be directed to other applications or windows.
See Also