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

In This Topic
    MeasureLink Event (C1ContextMenu)
    In This Topic
    Occurs when an owner drawn link needs to be measured.
    Syntax
    'Declaration
     
    
    Public Event MeasureLink As MeasureLinkEventHandler
    public event MeasureLinkEventHandler MeasureLink
    Event Data

    The event handler receives an argument of type MeasureLinkEventArgs containing data related to this event. The following MeasureLinkEventArgs properties provide information specific to this event.

    PropertyDescription
    Specifies the Graphics object to use for measuring.  
    Specifies the height of the link.  
    Specifies the link that needs to be measured.  
    Specifies the width of the link.  
    See Also