UtilTweakingMinimumSelectedItemsToInvokeMenu Property

Gets or sets a value that determines the minimum items selected in the Explorer to show context menu options that are associated with the selected file extension(s).

Valid range is from 1 to 2.147.483.647 (or Int32).

Default system value is 15.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int MinimumSelectedItemsToInvokeMenu { get; set; }

Property Value

Int32
The minimum items selected in the Explorer to show context menu options that are associated with the selected file extension(s).

A value from 1 to 2.147.483.647 (or Int32).

See Also