Table of Contents

Method SetStateFromState

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetStateFromState(VisualControlState, VisualControlState)

Sets value from one state to another.

public virtual void SetStateFromState(VisualControlState stateToChange, VisualControlState assignFromState)

Parameters

stateToChange VisualControlState

The state to change.

assignFromState VisualControlState

The state to get value from.