ArcFM Engine Developer Guide
GoToStateCore Method


Allows subclasses to override the GoToState logic.
Syntax
'Declaration
 
Protected Overridable Function GoToStateCore( _
   ByVal control As Control, _
   ByVal templateRoot As FrameworkElement, _
   ByVal stateName As String, _
   ByVal group As VisualStateGroup, _
   ByVal state As VisualState, _
   ByVal useTransitions As Boolean _
) As Boolean
'Usage
 
Dim instance As VisualStateManager
Dim control As Control
Dim templateRoot As FrameworkElement
Dim stateName As String
Dim group As VisualStateGroup
Dim state As VisualState
Dim useTransitions As Boolean
Dim value As Boolean
 
value = instance.GoToStateCore(control, templateRoot, stateName, group, state, useTransitions)
protected virtual bool GoToStateCore( 
   Control control,
   FrameworkElement templateRoot,
   string stateName,
   VisualStateGroup group,
   VisualState state,
   bool useTransitions
)

Parameters

control
templateRoot
stateName
group
state
useTransitions
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VisualStateManager Class
VisualStateManager Members

 

 


Send Comment