Spread Windows Forms 12.0 Product Documentation
Cursor Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Cursor Property
Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down window.
Syntax
'Declaration
 
Public Property Cursor As Cursor
'Usage
 
Dim instance As DropDownEditor
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
public Cursor Cursor {get; set;}

Property Value

A System.Windows.Forms.Cursor instance.
See Also

Reference

DropDownEditor Class
DropDownEditor Members