Active Query Builder 2 .NET Edition reference
ImageListLarge Property



Gets or sets ImageList object to use when displaying objects as large icons in the form.
Syntax
'Declaration
 
Public Property ImageListLarge As System.Windows.Forms.ImageList
'Usage
 
Dim instance As AddObjectFormOptions
Dim value As System.Windows.Forms.ImageList
 
instance.ImageListLarge = value
 
value = instance.ImageListLarge
public System.Windows.Forms.ImageList ImageListLarge {get; set;}
public: __property System.Windows.Forms.ImageList* get_ImageListLarge();
public: __property void set_ImageListLarge( 
   System.Windows.Forms.ImageList* value
);
See Also

Reference

AddObjectFormOptions Class
AddObjectFormOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback