GrapeCity MultiRow Windows Forms Documentation
SectionContextMenuStripNeededEventArgs Class
Members 


Provides data for the GcMultiRow.SectionContextMenuStripNeeded event.
Syntax
Public Class SectionContextMenuStripNeededEventArgs 
   Inherits System.EventArgs
public class SectionContextMenuStripNeededEventArgs : System.EventArgs 
Remarks

You can use this class to customize the context menu strip that is used by the Section. When the section gets its context menu, the GcMultiRow.SectionContextMenuStripNeeded event is raised. Use the event and this class to set a custom context menu strip for the Section.

If you set the CellContextMenuStripNeededEventArgs.ContextMenuStrip property's value in the GcMultiRow.CellContextMenuStripNeeded event, the ContextMenuStrip is invalid.

The GcMultiRow.SectionContextMenuStripNeeded event only can be fired when the GcMultiRow.VirtualMode property is true or the GcMultiRow.DataSource property is not a null reference (Nothing in Visual Basic).

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.SectionContextMenuStripNeededEventArgs

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 Members
GrapeCity.Win.MultiRow Namespace
SectionContextMenuStripNeeded Event

 

 


Copyright © GrapeCity, inc. All rights reserved.