Active Query Builder 2 .NET Edition reference
ValueColor Property



Gets or sets the font color of values in conditions.
Syntax
'Declaration
 
Public Property ValueColor As System.Drawing.Color
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.Drawing.Color
 
instance.ValueColor = value
 
value = instance.ValueColor
public System.Drawing.Color ValueColor {get; set;}
public: __property System.Drawing.Color get_ValueColor();
public: __property void set_ValueColor( 
   System.Drawing.Color value
);
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback