ShellComboBoxPath Property |
Gets or sets the full pathname of the file/shell item to be displayed.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string Path { get; set; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
member Path : string with get, set
Property Value
Type:
StringThe full pathname of the file.
Remarks The property allows to set the Path in code. Use
Location if the displayed path should be set via databinding.
See Also