GrapeCity MultiRow Windows Forms Documentation
ContextMenuStrip Property (CellContextMenuStripNeededEventArgs)


Gets or sets the shortcut menu for the cell that raised the GcMultiRow.CellContextMenuStripNeeded event.
Syntax
Public Property ContextMenuStrip As ContextMenuStrip
Dim instance As CellContextMenuStripNeededEventArgs
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
public ContextMenuStrip ContextMenuStrip {get; set;}

Property Value

A System.Windows.Forms.ContextMenuStrip that indicates the shortcut menu for the cell.
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

CellContextMenuStripNeededEventArgs Class
CellContextMenuStripNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.