BCGSoft.Visualization Namespace > VisualManager Class : OnHighlightMenuItem Method |
A DrawButtonDef object associated with the menu item to highlight.
Specifies the current text color of the highlighted menu items.
In addition, you may modify a highlighted item's text color.
'Declaration Public Overridable Sub OnHighlightMenuItem( _ ByVal vd As DrawButtonDef, _ ByRef clrText As Color _ )
'Usage Dim instance As VisualManager Dim vd As DrawButtonDef Dim clrText As Color instance.OnHighlightMenuItem(vd, clrText)
public virtual void OnHighlightMenuItem( DrawButtonDef vd, ref Color clrText )
public: virtual void OnHighlightMenuItem( DrawButtonDef* vd, ref Color clrText )
public: virtual void OnHighlightMenuItem( DrawButtonDef^ vd, Color% clrText )
A DrawButtonDef object associated with the menu item to highlight.
Specifies the current text color of the highlighted menu items.
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