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