Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / OnDetachSpreadContext Method


In This Topic
    OnDetachSpreadContext Method (FpStatusBarTextElement)
    In This Topic
    Calls the function when detaching the spread context to the element.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnDetachSpreadContext() 
    'Usage
     
    
    Dim instance As FpStatusBarTextElement
     
    instance.OnDetachSpreadContext()
    public virtual void OnDetachSpreadContext()
    See Also