Active Query Builder 2 .NET Edition reference
ListViewStyle Property



Specifies how objects are displayed in a ListView control on the form.
Syntax
'Declaration
 
Public Property ListViewStyle As System.Windows.Forms.View
'Usage
 
Dim instance As AddObjectFormOptions
Dim value As System.Windows.Forms.View
 
instance.ListViewStyle = value
 
value = instance.ListViewStyle
public System.Windows.Forms.View ListViewStyle {get; set;}
public: __property System.Windows.Forms.View get_ListViewStyle();
public: __property void set_ListViewStyle( 
   System.Windows.Forms.View value
);
See Also

Reference

AddObjectFormOptions Class
AddObjectFormOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback