PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / StringEditor Class / Detach Method

In This Topic
    Detach Method (StringEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub Detach( _
       ByVal textBox As C1TextBox _
    ) 
    public virtual void Detach( 
       C1TextBox textBox
    )

    Parameters

    textBox
    See Also