Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / ShowInvisibleItems Property

In This Topic
    ShowInvisibleItems Property
    In This Topic
    Gets or sets the value indicating whether invisible menu and toolbar items are shown at design time.
    Syntax
    'Declaration
     
    
    Public Property ShowInvisibleItems As Boolean
    public bool ShowInvisibleItems {get; set;}
    See Also