Active Query Builder 2 .NET Edition reference
DataSourceImageIndex Property



Gets or sets the image list index value of the image displayed for query data sources (database objects or sub-queries).
Syntax
'Declaration
 
Public Property DataSourceImageIndex As System.Integer
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Integer
 
instance.DataSourceImageIndex = value
 
value = instance.DataSourceImageIndex
public System.int DataSourceImageIndex {get; set;}
public: __property System.int get_DataSourceImageIndex();
public: __property void set_DataSourceImageIndex( 
   System.int value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback