BCGControlBar Library for .NET
GetCascadeMenuArrowState Method (VisualManagerVS2013)




Syntax
'Declaration
 
Public Overrides Function GetCascadeMenuArrowState( _
   ByVal clrText As Color, _
   ByVal hightlight As Boolean, _
   ByVal pressed As Boolean, _
   ByVal disabled As Boolean _
) As Integer
'Usage
 
Dim instance As VisualManagerVS2013
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 override int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
)
public: int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
) override 
public:
int GetCascadeMenuArrowState( 
   Color clrText,
   bool hightlight,
   bool pressed,
   bool disabled
) override 

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

VisualManagerVS2013 Class
VisualManagerVS2013 Members
Base Implementation in GetCascadeMenuArrowState

Send Feedback