| Visual Basic (Declaration) | |
|---|---|
Public Property Label As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Label {get; set;} | |
Return Value
String.| C# | Copy Code |
|---|---|
Private void arv_Load(object sender,
System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
The name can be a simple string or a path to create a hierarchy. For example, "Entry 1" is a node with no parent, "Entry 1\Child 1.1" is a bookmark node with a caption "Child 1.1" whose parent is "Entry 1".