'Declaration <CategoryAttribute("Move Area")> <DescriptionAttribute("A cursor for move area.")> Public Property MoveAreaCursor As System.Windows.Forms.Cursor
[Category("Move Area")] [Description("A cursor for move area.")] public System.Windows.Forms.Cursor MoveAreaCursor { get; set; }
[Category("Move Area")] [Description("A cursor for move area.")] public: __property System.Windows.Forms.Cursor get_MoveAreaCursor(); public: __property void set_MoveAreaCursor(
System.Windows.Forms.Cursor value
);
[Category("Move Area")] [Description("A cursor for move area.")] public:
property System.Windows.Forms.Cursor MoveAreaCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }
Property Value
Значение по умолчанию - Cursors.SizeAll.