ActionsPane.ContextMenu Property (2007 System)
Provides the same functionality as the Control.ContextMenu property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ContextMenu As ContextMenu
'Usage
Dim instance As ActionsPane
Dim value As ContextMenu
value = instance.ContextMenu
instance.ContextMenu = value
[BrowsableAttribute(false)]
public ContextMenu ContextMenu { get; set; }
[BrowsableAttribute(false)]
public:
property ContextMenu^ ContextMenu {
ContextMenu^ get ();
void set (ContextMenu^ value);
}
public function get ContextMenu () : ContextMenu
public function set ContextMenu (value : ContextMenu)
Property Value
Type: System.Windows.Forms.ContextMenu
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.