C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1CommandMenu Class / MeasureLink Event

MeasureLink Event (C1CommandMenu)
Occurs when an owner drawn link needs to be measured.
Syntax
'Declaration
 
Public Event MeasureLink As MeasureLinkEventHandler
 
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