DataWindow.PreventAutoLayout Property | |
A logical value indicating that the AutoLayout behavior of the data window is blocked (TRUE if yes, FALSE if no). An empty data window does not create controls automatically when it first uses a new data server.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PreventAutoLayout AS USUAL GET SET
public virtual Usual PreventAutoLayout { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value indicating that the AutoLayout behavior of the data window is blocked (TRUE if yes, FALSE if no). An empty data window does not create controls automatically when it first uses a new data server.
See Also