Active Query Builder 2 .NET Edition reference
OperatorColor Property



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

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback