Active Query Builder 2 .NET Edition reference
PrimaryKeyColor Property



Gets or sets font color of the text for Primary Key fields.
Syntax
public System.Drawing.Color PrimaryKeyColor {get; set;}
public: __property System.Drawing.Color get_PrimaryKeyColor();
public: __property void set_PrimaryKeyColor( 
   System.Drawing.Color value
);
'Declaration
 
Public Property PrimaryKeyColor As System.Drawing.Color
 
'Usage
 
Dim instance As FieldListNameColumnOptions
Dim value As System.Drawing.Color
 
instance.PrimaryKeyColor = value
 
value = instance.PrimaryKeyColor
See Also

Reference

FieldListNameColumnOptions Class
FieldListNameColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback