DialogWindow.ShowModal Method (Typed) | |
This is the worker method that shows the DialogWindow
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ShowModal(
lActive AS LOGIC
) AS VOID
public virtual void ShowModal(
bool lActive
)
Request Example
View SourceParameters
- lActive
- Type: Logic
** missing parameter documentation **
See Also