BCGControlBar Library for .NET
GetMenuDownArrowState Method (VisualManager)




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

Parameters

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