Active Query Builder 2 .NET Edition reference
ImageList Property (MetadataStructureOptions)



Gets or sets ImageList object used to display icons for the nodes of Database Schema Tree.
Syntax
'Declaration
 
Public Property ImageList As System.Windows.Forms.ImageList
'Usage
 
Dim instance As MetadataStructureOptions
Dim value As System.Windows.Forms.ImageList
 
instance.ImageList = value
 
value = instance.ImageList
public System.Windows.Forms.ImageList ImageList {get; set;}
public: __property System.Windows.Forms.ImageList* get_ImageList();
public: __property void set_ImageList( 
   System.Windows.Forms.ImageList* value
);
Remarks

Please refer to the *ImageIndex properties to get or set icons of specific tree nodes.

There are tree properties for each type of database objects (Table, View, Synonym and Procedure). The User*ImageIndex determines the icon image index for ordinary (user) objects, the System*ImageIndex determines the icon image index for system objects; the *sFolderImageIndex determines the icon image index for grouping nodes of appropriate database object type.

See Also

Reference

MetadataStructureOptions Class
MetadataStructureOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback