'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")> Public Property ThumbnailContextMenuStrip As System.Windows.Forms.ContextMenuStrip
[DefaultValue(null)] [Category("VintaSoft")] [Description("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")] public System.Windows.Forms.ContextMenuStrip ThumbnailContextMenuStrip { get; set; }
[DefaultValue(null)] [Category("VintaSoft")] [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
);
[DefaultValue(null)] [Category("VintaSoft")] [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); }