ArcFM Responder Mobile Developer Guide
NextColor Method






Returns the next color in the color scheme.
Syntax
'Declaration
 
Public Function NextColor() As System.Drawing.Color
'Usage
 
Dim instance As ColorScheme
Dim value As System.Drawing.Color
 
value = instance.NextColor()
public System.Drawing.Color NextColor()
public function NextColor(): System.Drawing.Color; 
public function NextColor() : System.Drawing.Color;
public: System.Drawing.Color NextColor(); 
public:
System.Drawing.Color NextColor(); 
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

ColorScheme Class
ColorScheme Members

Send Feedback