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