ShellContextMenuSystemStyle Property |
Gets or sets a value indicating whether to show the menu as Win32 menu or as native WPF menu.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool SystemStyle { get; set; }
Public Property SystemStyle As Boolean
Get
Set
public:
property bool SystemStyle {
bool get ();
void set (bool value);
}
member SystemStyle : bool with get, set
Property Value
Type:
BooleanTrue for Win32 style, false for native WPF.
Remarks
If true, the menu including the custom menu items are transformed into a Win32 menu. Note, that styling options cannot be represented.
If false, the native Win32 menu will be transformed into a WPF Context menu. This allows to style it, but not all available menu items work correctly in this case, so
some of them are excluded: (Send to, Share, Add to Library).
See Also