Anchors the line to the bottom of the containing section.
[Visual Basic]
Public Property AnchorBottom As Boolean
[C#]
public bool AnchorBottom {get; set;}
Boolean.
When set to True, this property will create a continuous line from line controls in adjacent sections.
[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 |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.