Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / ShouldSerializeC1Command Method

In This Topic
    ShouldSerializeC1Command Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeC1Command( _
       ByVal control As Object _
    ) As Boolean
    protected bool ShouldSerializeC1Command( 
       object control
    )

    Parameters

    control
    See Also