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

In This Topic
    Detach Method (ColorPaletteEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Detach( _
       ByVal comboBox As C1.WPF.Input.C1ComboBox _
    ) 
    public override void Detach( 
       C1.WPF.Input.C1ComboBox comboBox
    )

    Parameters

    comboBox
    See Also