Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class / Detach Method


In This Topic
    Detach Method (NameBox)
    In This Topic
    Detaches the Spread component from the name text box.
    Syntax
    'Declaration
     
    
    Public Sub Detach() 
    'Usage
     
    
    Dim instance As NameBox
     
    instance.Detach()
    public void Detach()
    See Also