Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / LayoutLink Event

In This Topic
    LayoutLink Event (C1ContextMenu)
    In This Topic
    Occurs when an owner drawn link needs to layout its text, image and control within the link bounds.
    Syntax
    'Declaration
     
    
    Public Event LayoutLink As LayoutLinkEventHandler
    public event LayoutLinkEventHandler LayoutLink
    See Also