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