Intersoft ClientUI Documentation
DisableSilverlightContextMenu Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > Mouse Class : DisableSilverlightContextMenu Property






Specifies whether the built-in Silverlight context menu should be disabled.

Syntax

Visual Basic (Declaration) 
Public Shared Property DisableSilverlightContextMenu As Boolean
Visual Basic (Usage)Copy Code
Dim value As Boolean
 
Mouse.DisableSilverlightContextMenu = value
 
value = Mouse.DisableSilverlightContextMenu
C# 
public static bool DisableSilverlightContextMenu {get; set;}
Delphi 
public read-write property DisableSilverlightContextMenu: Boolean; static; 
JScript 
public static function get,set DisableSilverlightContextMenu : boolean
Managed Extensions for C++ 
public: __property static bool get_DisableSilverlightContextMenu();
public: __property static void set_DisableSilverlightContextMenu( 
   bool value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.