Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMdiList Class / ShouldSerializeC1ContextMenu Method

In This Topic
    ShouldSerializeC1ContextMenu Method (C1CommandMdiList)
    In This Topic
    Indicates whether the C1ContextMenu has a default value.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeC1ContextMenu() As Boolean
    protected bool ShouldSerializeC1ContextMenu()

    Return Value

    True if the C1ContextMenu has no default value; otherwise, it is false.
    See Also