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