BCGControlBar Library for .NET
GetCascadeMenuArrowState Method (VisualManager)




Syntax
'Declaration
 
Public Overridable Function GetCascadeMenuArrowState( _
   ByVal clrText As Color, _
   ByVal hightlight As Boolean, _
   ByVal pressed As Boolean, _
   ByVal disabled As Boolean _
) As Integer
'Usage
 
Dim instance As VisualManager
Dim clrText As Color
Dim hightlight As Boolean
Dim pressed As Boolean
Dim disabled As Boolean
Dim value As Integer
 
value = instance.GetCascadeMenuArrowState(clrText, hightlight, pressed, disabled)
public virtual int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
)
public: virtual int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
) 
public:
virtual int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
) 

Parameters

clrText
hightlight
pressed
disabled
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

Reference

VisualManager Class
VisualManager Members

Send Feedback