ShellTreeViewShowShellContextMenuOnTop Property |
If set to to 'true', the shell context menu will be shown on top of the provided popup menu.
If set to 'false', the shell context menu will be shown below the provided popup menu.
The value true is currently not supported. The menu items will be shown correctly, however their Click event cannot be triggered.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowShellContextMenuOnTop { get; set; }
Public Property ShowShellContextMenuOnTop As Boolean
Get
Set
public:
property bool ShowShellContextMenuOnTop {
bool get ();
void set (bool value);
}
member ShowShellContextMenuOnTop : bool with get, set
Property Value
Type:
BooleanSee Also