Spread Silverlight Documentation
DragFillContextMenuItem Constructor


GrapeCity.Windows.SpreadSheet.UI Namespace > DragFillContextMenuItem Class : DragFillContextMenuItem Constructor
The automatic drag fill context menu item text.
The automatic drag fill type that the menu item represents.
Creates a new instance of the DragFillContextMenuItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal fillType As AutoFillType _
)
'Usage
 
Dim text As System.String
Dim fillType As AutoFillType
 
Dim instance As New DragFillContextMenuItem(text, fillType)
public DragFillContextMenuItem( 
   System.string text,
   AutoFillType fillType
)

Parameters

text
The automatic drag fill context menu item text.
fillType
The automatic drag fill type that the menu item represents.
See Also

Reference

DragFillContextMenuItem Class
DragFillContextMenuItem Members