Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / OnDetachSpreadContext Method


In This Topic
    OnDetachSpreadContext Method (IFpStatusBarElement)
    In This Topic
    Calls the function when detaching the spread context from the element.
    Syntax
    'Declaration
     
    
    Sub OnDetachSpreadContext() 
    'Usage
     
    
    Dim instance As IFpStatusBarElement
     
    instance.OnDetachSpreadContext()
    void OnDetachSpreadContext()
    See Also