Active Query Builder 2 .NET Edition reference
RightToLeftLayout Property



Gets or sets a value indicating whether right-to-left mirror placement is turned on.
Syntax
'Declaration
 
Public Property RightToLeftLayout As System.Boolean
'Usage
 
Dim instance As QueryBuilder
Dim value As System.Boolean
 
instance.RightToLeftLayout = value
 
value = instance.RightToLeftLayout
public System.bool RightToLeftLayout {get; set;}
public: __property System.bool get_RightToLeftLayout();
public: __property void set_RightToLeftLayout( 
   System.bool value
);

Property Value

true if right-to-left mirror placement is turned on; otherwise, false for standard child control placement. The default is false.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback