Click or drag to resize

WebFormButtonSetControlModeForState Method (Int32, WebFormButtonControlMode)

Changes the control mode used during 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 void SetControlModeForState(
	int stateId,
	WebFormButtonControlMode newMode
)

Parameters

stateId
Type: SystemInt32
newMode
Type: Packflow.ModelingWebFormButtonControlMode
See Also