'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The shortcut menu associated with the thumbnail viewer.")> Public Overrides Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
[DefaultValue(null)] [Category("VintaSoft")] [Description("The shortcut menu associated with the thumbnail viewer.")] public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
[DefaultValue(null)] [Category("VintaSoft")] [Description("The shortcut menu associated with the thumbnail viewer.")] public: __property System.Windows.Forms.ContextMenuStrip* get_ContextMenuStrip(); override; public: __property void set_ContextMenuStrip(
System.Windows.Forms.ContextMenuStrip* value
); override;
[DefaultValue(null)] [Category("VintaSoft")] [Description("The shortcut menu associated with the thumbnail viewer.")] public:
property System.Windows.Forms.ContextMenuStrip^ ContextMenuStrip { System.Windows.Forms.ContextMenuStrip^ get() override;; void set(System.Windows.Forms.ContextMenuStrip^ value) override;; }