Gets or sets the top position of the control relative to the section that contains it.
[Visual Basic]
Public Property Top As Single
[C#]
public float Top {get; set;}
A float or Single value in inches.
Note: Be sure that the section containing the control is sized to accommodate the location. Otherwise the control may render in a hidden area.
[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.