Property IsMouseDisabled
IsMouseDisabled
Disable or enable the mouse. The mouse is enabled by default.
[ConfigurationProperty(Scope = typeof(SettingsScope))]
[Obsolete("The legacy static Application object is going away.")]
public static bool IsMouseDisabled { get; set; }