AddTreeNodeEventArgsFullPath Property |
the full path of the TreeNode that is associated to the currently handled event
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public string FullPath { get; }
Public ReadOnly Property FullPath As String
Get
public:
property String^ FullPath {
String^ get ();
}
member FullPath : string with get
Property Value
Type:
StringSee Also