Active Query Builder 2 .NET Edition reference
AlternateRowColor Property



Gets or sets the background color for even rows of the Query Column List control.
Syntax
'Declaration
 
Public Property AlternateRowColor As System.Drawing.Color
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As System.Drawing.Color
 
instance.AlternateRowColor = value
 
value = instance.AlternateRowColor
public System.Drawing.Color AlternateRowColor {get; set;}
public: __property System.Drawing.Color get_AlternateRowColor();
public: __property void set_AlternateRowColor( 
   System.Drawing.Color value
);
See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback