'Declaration <DescriptionAttribute("The cursor of this tool when mouse hovers the selection region.")> <CategoryAttribute("Appearance")> Public Overrides Property ActionCursor As System.Windows.Forms.Cursor
[Description("The cursor of this tool when mouse hovers the selection region.")] [Category("Appearance")] public override System.Windows.Forms.Cursor ActionCursor { get; set; }
[Description("The cursor of this tool when mouse hovers the selection region.")] [Category("Appearance")] public: __property System.Windows.Forms.Cursor get_ActionCursor(); override; public: __property void set_ActionCursor(
System.Windows.Forms.Cursor value
); override;
[Description("The cursor of this tool when mouse hovers the selection region.")] [Category("Appearance")] public:
property System.Windows.Forms.Cursor ActionCursor { System.Windows.Forms.Cursor get() override;; void set(System.Windows.Forms.Cursor value) override;; }