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