'Declaration <CategoryAttribute("Behavior")> <DefaultValueAttribute(Left)> <DescriptionAttribute("The mouse button which executes the action of this tool.")> Public Overrides Property ActionButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Category("Behavior")] [DefaultValue(Left)] [Description("The mouse button which executes the action of this tool.")] public override Vintasoft.Imaging.UI.VintasoftMouseButtons ActionButton { get; set; }
[Category("Behavior")] [DefaultValue(Left)] [Description("The mouse button which executes the action of this tool.")] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ActionButton(); override; public: __property void set_ActionButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
); override;
[Category("Behavior")] [DefaultValue(Left)] [Description("The mouse button which executes the action of this tool.")] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons ActionButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get() override;; void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value) override;; }