Active Query Builder 2 .NET Edition reference
BackColor Property (CriteriaBuilder)



Gets or sets the background color of control.
Syntax
'Declaration
 
Public Shadows Property BackColor As System.Drawing.Color
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.Drawing.Color
 
instance.BackColor = value
 
value = instance.BackColor
public new System.Drawing.Color BackColor {get; set;}
public: __property new System.Drawing.Color get_BackColor();
public: __property new void set_BackColor( 
   System.Drawing.Color value
);
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback