GrapeCity MultiRow Windows Forms Documentation
ContextMenuStrip Property (SectionContextMenuStripNeededEventArgs)


Gets or sets the shortcut menu for the section that raised the SectionContextMenuStripNeeded event.
Syntax
Public Property ContextMenuStrip As ContextMenuStrip
Dim instance As SectionContextMenuStripNeededEventArgs
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 section.
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

SectionContextMenuStripNeededEventArgs Class
SectionContextMenuStripNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.