ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabItemBorder Class / GoToElementStateCore Method

In This Topic
    GoToElementStateCore Method (C1TabItemBorder)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GoToElementStateCore( _
       ByVal stateName As System.String, _
       ByVal useTransitions As System.Boolean _
    ) As System.Boolean
    protected virtual System.bool GoToElementStateCore( 
       System.string stateName,
       System.bool useTransitions
    )

    Parameters

    stateName
    useTransitions
    See Also