'Declaration <DescriptionAttribute("Mouse cursor, which executes the action of this tool.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <CategoryAttribute("Behavior")> Public Overridable Property ActionButton As MouseButtons
[Description("Mouse cursor, which executes the action of this tool.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Category("Behavior")] public virtual MouseButtons ActionButton {get; set;}
[Description("Mouse cursor, which executes the action of this tool.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Category("Behavior")] public: __property virtual MouseButtons get_ActionButton(); public: __property virtual void set_ActionButton( MouseButtons value );
[Description("Mouse cursor, which executes the action of this tool.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Category("Behavior")] public: virtual property MouseButtons ActionButton { MouseButtons get(); void set ( MouseButtons value); }