Click or drag to resize

MultiChoiceControllerInitializeDocument Method

Initializes the controller with the specified document.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool InitializeDocument(
	params Object[] args
)

Parameters

args  Object
The controller arguments.

Return Value

Boolean
true if initialization succeeded; otherwise, false.

Implements

IMVCANControllerInitializeDocument(Object)
See Also