Spread WPF 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
public DragFillContextMenuItem( 
   System.string text,
   AutoFillType fillType
)
'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)

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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

DragFillContextMenuItem Class
DragFillContextMenuItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.