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