Active Query Builder 2 .NET Edition reference
FixedColumnMode Property



Instructs to display field list column values tabbed at fixed positions or as plain text.
Syntax
'Declaration
 
Public Property FixedColumnMode As System.Boolean
'Usage
 
Dim instance As FieldListOptions
Dim value As System.Boolean
 
instance.FixedColumnMode = value
 
value = instance.FixedColumnMode
public System.bool FixedColumnMode {get; set;}
public: __property System.bool get_FixedColumnMode();
public: __property void set_FixedColumnMode( 
   System.bool value
);

Property Value

true to display field list column values tabbed at fixed positions, false to display them as plain text.
See Also

Reference

FieldListOptions Class
FieldListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback