Spread Silverlight Documentation
DragFillContextMenu Constructor


The automatic fill items.
The default checked automatic fill item.
Creates a new instance of the DragFillContextMenu class.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As AutoFillType, _
   ByVal defaultType As AutoFillType _
)
'Usage
 
Dim items() As AutoFillType
Dim defaultType As AutoFillType
 
Dim instance As New DragFillContextMenu(items, defaultType)
public DragFillContextMenu( 
   AutoFillType[] items,
   AutoFillType defaultType
)

Parameters

items
The automatic fill items.
defaultType
The default checked automatic fill item.
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

DragFillContextMenu Class
DragFillContextMenu Members

 

 


Copyright © GrapeCity, inc. All rights reserved.