Sets the bounds of the control to the specified rectangle.
[Visual Basic]
Public Sub SetBounds( _
ByVal bounds As RectangleF _
)
[C#]
public void SetBounds(
RectangleF bounds
);
The rectangle is defined using float or Single values in inches.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
ARControl Class | ARControl Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.