'Declaration <DefaultValueAttribute(Left)> <CategoryAttribute("Behavior")> <DescriptionAttribute("The mouse cursor which executes the action of this tool.")> Public Overrides Property ActionButton As System.Windows.Forms.MouseButtons
[DefaultValue(Left)] [Category("Behavior")] [Description("The mouse cursor which executes the action of this tool.")] public override System.Windows.Forms.MouseButtons ActionButton { get; set; }
[DefaultValue(Left)] [Category("Behavior")] [Description("The mouse cursor which executes the action of this tool.")] public: __property System.Windows.Forms.MouseButtons* get_ActionButton(); override; public: __property void set_ActionButton(
System.Windows.Forms.MouseButtons* value
); override;
[DefaultValue(Left)] [Category("Behavior")] [Description("The mouse cursor which executes the action of this tool.")] public:
property System.Windows.Forms.MouseButtons^ ActionButton { System.Windows.Forms.MouseButtons^ get() override;; void set(System.Windows.Forms.MouseButtons^ value) override;; }