BCGControlBar Library for .NET
GetMenuDownArrowState Method (VisualManagerCarbon)




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

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

VisualManagerCarbon Class
VisualManagerCarbon Members
Base Implementation in GetMenuDownArrowState

Send Feedback