'Declaration Public Function New( _ ByVal text As String, _ ByVal fillType As AutoFillType _ )
'Usage Dim text As String Dim fillType As AutoFillType Dim instance As New DragFillContextMenuItem(text, fillType)
public DragFillContextMenuItem( 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.