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

In This Topic
    MeasureLink Event (C1MainMenu)
    In This Topic
    Occurs when it is necessary to measure the owner-drawn link.
    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