Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FloatingObject Class / Dispose Method


In This Topic
    Dispose Method (FloatingObject)
    In This Topic
    Enables the FloatingObject control to perform final clean up before it is released from memory.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Dispose() 
    'Usage
     
    
    Dim instance As FloatingObject
     
    instance.Dispose()
    public override void Dispose()
    See Also