ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / ShowMenu Property

In This Topic
    ShowMenu Property (C1DockTabControl)
    In This Topic
    Gets or sets a value that determines whether the menu to set the DockMode is visible.
    Syntax
    'Declaration
     
    Public Property ShowMenu As Boolean
    public bool ShowMenu {get; set;}
    See Also