Initializing help system before first use

Send Method (XPRMInitializeControl, Boolean)

Sends a control value to the initialization stream

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public void Send(
	XPRMInitializeControl c,
	bool flush
)

Parameters

c
Type:  MoselXPRMInitializeControl
The control value to send
flush
Type:  SystemBoolean
If true, the queue of pending tokens is flushed. If false, the queue will only be flushed if it is full.
See Also