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