Click or drag to resize

WebFormPartIsVisibleInState Method (Int32)

Determines whether the part is visible in the specified state.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsVisibleInState(
	int stateId
)

Parameters

stateId
Type: SystemInt32

Return Value

Type: Boolean
See Also