'Declaration <DescriptionAttribute(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")> <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property ThumbnailSelectionMode As ImGearThumbnailSelectionMode
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearThumbnailSelectionMode instance.ThumbnailSelectionMode = value value = instance.ThumbnailSelectionMode
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public ImGearThumbnailSelectionMode ThumbnailSelectionMode {get; set;}
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public: __property ImGearThumbnailSelectionMode get_ThumbnailSelectionMode(); public: __property void set_ThumbnailSelectionMode( ImGearThumbnailSelectionMode value );
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public: property ImGearThumbnailSelectionMode ThumbnailSelectionMode { ImGearThumbnailSelectionMode get(); void set ( ImGearThumbnailSelectionMode value); }