'Declaration <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <DescriptionAttribute("Mouse button which drops the selected area to the new location.")> Public Property DropButton As MouseButtons
[Category("Behavior")] [DefaultValue()] [Description("Mouse button which drops the selected area to the new location.")] public MouseButtons DropButton {get; set;}
[Category("Behavior")] [DefaultValue()] [Description("Mouse button which drops the selected area to the new location.")] public: __property MouseButtons get_DropButton(); public: __property void set_DropButton( MouseButtons value );
[Category("Behavior")] [DefaultValue()] [Description("Mouse button which drops the selected area to the new location.")] public: property MouseButtons DropButton { MouseButtons get(); void set ( MouseButtons value); }