The path to use when displaying the name of the task in a hierarchical navigation
control that is buddied to the containing TaskManager control.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The path to the task as it would appear in a hierarchical data control buddied to the task's TaskManager.")>
<ResCategoryAttribute("Task")>
<BrowsableAttribute(True)>
Public Property NavigationPath As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanelTask
Dim value As String
instance.NavigationPath = value
value = instance.NavigationPath
|
| C# | |
|---|
[ResDescriptionAttribute("The path to the task as it would appear in a hierarchical data control buddied to the task's TaskManager.")]
[ResCategoryAttribute("Task")]
[BrowsableAttribute(true)]
public string NavigationPath {get; set;} |
Remarks
See Also