BCGControlBar Library for .NET
SelectNextColor Method




Syntax
'Declaration
 
Public Overridable Function SelectNextColor( _
   ByVal tabIndex As Integer, _
   ByVal currentValue As Color _
) As Boolean
'Usage
 
Dim instance As ColorPopup
Dim tabIndex As Integer
Dim currentValue As Color
Dim value As Boolean
 
value = instance.SelectNextColor(tabIndex, currentValue)
public virtual bool SelectNextColor( 
   int tabIndex,
   Color currentValue
)
public: virtual bool SelectNextColor( 
   int tabIndex,
   Color currentValue
) 
public:
virtual bool SelectNextColor( 
   int tabIndex,
   Color currentValue
) 

Parameters

tabIndex
currentValue
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

ColorPopup Class
ColorPopup Members

Send Feedback