Active Query Builder 2 .NET Edition reference
TabsImageList Property



Allow to specify custom ImageList for sub-query type icons at the tabs.
Syntax
'Declaration
 
Public Property TabsImageList As System.Windows.Forms.ImageList
'Usage
 
Dim instance As VisualOptions
Dim value As System.Windows.Forms.ImageList
 
instance.TabsImageList = value
 
value = instance.TabsImageList
public System.Windows.Forms.ImageList TabsImageList {get; set;}
public: __property System.Windows.Forms.ImageList* get_TabsImageList();
public: __property void set_TabsImageList( 
   System.Windows.Forms.ImageList* value
);
Remarks
This image list should contain 4 icons: main query, expression sub-query, derived table and CTE.
See Also

Reference

VisualOptions Class
VisualOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback