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