Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / SideCaption Property

In This Topic
    SideCaption Property (C1ContextMenu)
    In This Topic
    Allows to specify a caption (text and/or image) to be shown alongside the left edge of the menu.
    Syntax
    'Declaration
     
    
    Public Property SideCaption As C1SideCaption
    public C1SideCaption SideCaption {get; set;}
    See Also