Intersoft ClientUI Documentation
DisableSilverlightContextMenu Property



Specifies whether the built-in Silverlight context menu should be disabled.
Syntax
Public Shared Property DisableSilverlightContextMenu As Boolean
Dim value As Boolean
 
Mouse.DisableSilverlightContextMenu = value
 
value = Mouse.DisableSilverlightContextMenu
public static bool DisableSilverlightContextMenu {get; set;}
public:
static property bool DisableSilverlightContextMenu {
   bool get();
   void set (    bool value);
}
Remarks
This property is only applicable in Silverlight 3 or higher.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Mouse Class
Mouse Members

Send Feedback