Active Query Builder 2 .NET Edition reference
PrimaryKeyIcon Property



Gets or sets the image of the icon to be shown for Primary Key fields.
Syntax
'Declaration
 
Public Property PrimaryKeyIcon As System.Drawing.Image
'Usage
 
Dim instance As FieldListMarkColumnOptions
Dim value As System.Drawing.Image
 
instance.PrimaryKeyIcon = value
 
value = instance.PrimaryKeyIcon
public System.Drawing.Image PrimaryKeyIcon {get; set;}
public: __property System.Drawing.Image* get_PrimaryKeyIcon();
public: __property void set_PrimaryKeyIcon( 
   System.Drawing.Image* value
);
See Also

Reference

FieldListMarkColumnOptions Class
FieldListMarkColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback