GrapeCity MultiRow Windows Forms Documentation
SectionContextMenuStripNeededEventArgs Constructor(CellScope,Int32,ContextMenuStrip)


The scope of the section.
The index of the section.
The context menu strip to be shown.
Initializes a new instance of the SectionContextMenuStripNeededEventArgs class.
Syntax
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal contextMenuStrip As ContextMenuStrip _
)
Dim scope As CellScope
Dim sectionIndex As Integer
Dim contextMenuStrip As ContextMenuStrip
 
Dim instance As New SectionContextMenuStripNeededEventArgs(scope, sectionIndex, contextMenuStrip)
public SectionContextMenuStripNeededEventArgs( 
   CellScope scope,
   int sectionIndex,
   ContextMenuStrip contextMenuStrip
)

Parameters

scope
The scope of the section.
sectionIndex
The index of the section.
contextMenuStrip
The context menu strip to be shown.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.