Active Query Builder 2 .NET Edition reference
ImageListSmall Property



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

Reference

AddObjectFormOptions Class
AddObjectFormOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback