'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("The mouse button which drops the selected area to the new location.")> <DefaultValueAttribute(Left)> Public Property DropButton As System.Windows.Forms.MouseButtons
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public System.Windows.Forms.MouseButtons DropButton { get; set; }
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public: __property System.Windows.Forms.MouseButtons* get_DropButton(); public: __property void set_DropButton(
System.Windows.Forms.MouseButtons* value
);
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public:
property System.Windows.Forms.MouseButtons^ DropButton { System.Windows.Forms.MouseButtons^ get(); void set(System.Windows.Forms.MouseButtons^ value); }
Property Value
Значение по умолчанию: MouseButtons.Left.