ArcFM Solution Developer Guide
DrawItem Event (MinerMenuItem)


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("drawItemEventDescr")>
Public Event DrawItem As System.Windows.Forms.DrawItemEventHandler
'Usage
 
Dim instance As MinerMenuItem
Dim handler As System.Windows.Forms.DrawItemEventHandler
 
AddHandler instance.DrawItem, handler
[SRCategory("CatBehavior")]
[SRDescription("drawItemEventDescr")]
public event System.Windows.Forms.DrawItemEventHandler DrawItem
Event Data

The event handler receives an argument of type System.Windows.Forms.DrawItemEventArgs containing data related to this event. The following DrawItemEventArgs properties provide information specific to this event.

PropertyDescription
BackColor  
Bounds  
Font  
ForeColor  
Graphics  
Index  
State  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MinerMenuItem Class
MinerMenuItem Members

 

 


Send Comment