ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / GoBack Method



In This Topic
    GoBack Method
    In This Topic
    Navigates the C1RadialMenu control one level up as if end-user clicked Back button.
    Syntax
    'Declaration
     
    
    Public Sub GoBack() 
    'Usage
     
    
    Dim instance As C1RadialMenu
     
    instance.GoBack()
    public void GoBack()
    public:
    void GoBack(); 
    See Also