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



Gets or sets ImageList object to use when displaying icons for the nodes of Query Structure Tree.
Syntax
'Declaration
 
Public Property ImageList As System.Windows.Forms.ImageList
'Usage
 
Dim instance As QueryStructureTreeOptions
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
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback