Click or drag to resize

IBasicNoUIInEvent Property

Gets the in event status.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool InEvent { get; }

Property Value

Boolean
The in event status.
Remarks

The InEvent property helps insure that the container is not destroyed while executing from a WinWrap Basic event. Don't destroy the container if InEvent is True.

Setting Description
True Executing application code from inside a WinWrap Basic event.
False Not in any WinWrap Basic event.
See Also