Active Query Builder 2 .NET Edition reference
FlatBorders Property



Determines appearance of the control's borders within the component.
Syntax
'Declaration
 
Public Property FlatBorders As System.Boolean
'Usage
 
Dim instance As VisualOptions
Dim value As System.Boolean
 
instance.FlatBorders = value
 
value = instance.FlatBorders
public System.bool FlatBorders {get; set;}
public: __property System.bool get_FlatBorders();
public: __property void set_FlatBorders( 
   System.bool value
);

Property Value

The controls appear flat when this property is true, otherwise the control appear three-dimensional.
See Also

Reference

VisualOptions Class
VisualOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback