Click or drag to resize

ShellTreeViewControl Property

Returns the Winforms control wrapped by this instance. This might be necessary to access other properties not exposed by this wrapper.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellTreeView Control { get; }

Property Value

Type: ShellTreeView
Returns the Winforms control wrapped by this instance.
See Also