IBasicNoUIInEvent Property |
Gets the in event status.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property InEvent As Boolean
Get
property bool InEvent {
bool 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