Click or drag to resize

FormValidForProcess Method

Returns true of the form can be sued for the provided process.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ValidForProcess(
	Process process
)

Parameters

process
Type: Omada.OE.ModelProcess

Return Value

Type: Boolean
See Also