'Declaration <DefaultValueAttribute(CtrlX)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The shortcut key associated with the cut action.")> Public Property ShortcutCut As System.Windows.Forms.Shortcut
[DefaultValue(CtrlX)] [Category("VintaSoft")] [Description("The shortcut key associated with the cut action.")] public System.Windows.Forms.Shortcut ShortcutCut { get; set; }
[DefaultValue(CtrlX)] [Category("VintaSoft")] [Description("The shortcut key associated with the cut action.")] public: __property System.Windows.Forms.Shortcut* get_ShortcutCut(); public: __property void set_ShortcutCut(
System.Windows.Forms.Shortcut* value
);
[DefaultValue(CtrlX)] [Category("VintaSoft")] [Description("The shortcut key associated with the cut action.")] public:
property System.Windows.Forms.Shortcut^ ShortcutCut { System.Windows.Forms.Shortcut^ get(); void set(System.Windows.Forms.Shortcut^ value); }