VisualStatesGoToState - метод |
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic static void GoToState(
Control control,
bool useTransitions,
params string[] stateNames
)
Public Shared Sub GoToState (
control As Control,
useTransitions As Boolean,
ParamArray stateNames As String()
)
public:
static void GoToState(
Control^ control,
bool useTransitions,
... array<String^>^ stateNames
)
static member GoToState :
control : Control *
useTransitions : bool *
stateNames : string[] -> unit
Параметры
- control
- Тип: System.Windows.ControlsControl
- useTransitions
- Тип: SystemBoolean
- stateNames
- Тип: SystemString
См. также