Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DragFillContextMenuItem Class
DragFillContextMenuItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.