ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also