| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property BOF As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool BOF {get;} | |
Return Value
Boolean. True if the CurrentPostion is at the first node in the NodeList; otherwise, False.
| C# | Copy Code |
|---|---|
private void Detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format | |