ComponentOne Menus and Toolbars for WinForms
MeasureLink Event (C1MainMenu)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1MainMenu Class : MeasureLink Event
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