Intersoft ClientUI Documentation
EnableSystemContextMenu Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : EnableSystemContextMenu Property






Gets or sets a value indicating whether the built-in window context menu is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property EnableSystemContextMenu As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim value As Boolean
 
instance.EnableSystemContextMenu = value
 
value = instance.EnableSystemContextMenu
C# 
[CategoryAttribute("Common Properties")]
public bool EnableSystemContextMenu {get; set;}
Delphi 
public read-write property EnableSystemContextMenu: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set EnableSystemContextMenu : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_EnableSystemContextMenu();
public: __property void set_EnableSystemContextMenu( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool EnableSystemContextMenu {
   bool get();
   void set (    bool value);
}

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.