Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the same functionality as the Control.ContextMenuStrip property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Property ContextMenuStrip As ContextMenuStrip
'Usage
Dim instance As ActionsPane
Dim value As ContextMenuStrip
value = instance.ContextMenuStrip
instance.ContextMenuStrip = value
public ContextMenuStrip ContextMenuStrip { get; set; }
public:
property ContextMenuStrip^ ContextMenuStrip {
ContextMenuStrip^ get ();
void set (ContextMenuStrip^ value);
}
public function get ContextMenuStrip () : ContextMenuStrip
public function set ContextMenuStrip (value : ContextMenuStrip)
Property Value
Type: System.Windows.Forms.ContextMenuStrip
.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.