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