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.
Namespace: DevCase.Core.Windows.CommonAssembly: 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; }
Public Shared Property MinimumSelectedItemsToInvokeMenu As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.MinimumSelectedItemsToInvokeMenu
UtilTweaking.MinimumSelectedItemsToInvokeMenu = value
public:
static property int MinimumSelectedItemsToInvokeMenu {
int get ();
void set (int value);
}
static member MinimumSelectedItemsToInvokeMenu : int with get, set
No code example is currently available or this language may not be supported.
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).