'Declaration <DescriptionAttribute("The cursor of this tool when selection is dragging.")> <CategoryAttribute("Appearance")> Public Property DragCursor As System.Windows.Forms.Cursor
[Description("The cursor of this tool when selection is dragging.")] [Category("Appearance")] public System.Windows.Forms.Cursor DragCursor { get; set; }
[Description("The cursor of this tool when selection is dragging.")] [Category("Appearance")] public: __property System.Windows.Forms.Cursor get_DragCursor(); public: __property void set_DragCursor(
System.Windows.Forms.Cursor value
);
[Description("The cursor of this tool when selection is dragging.")] [Category("Appearance")] public:
property System.Windows.Forms.Cursor DragCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }