ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / SelectionMode Property




In This Topic
    SelectionMode Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the selection mode for items.
    Syntax
    'Declaration
     
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")>
    <ImGearFilterAttribute("Default")>
    Public Property SelectionMode As SelectionMode
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As SelectionMode
     
    instance.SelectionMode = value
     
    value = instance.SelectionMode
    [Category("Behavior")]
    [Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
    [ImGearFilter("Default")]
    public SelectionMode SelectionMode {get; set;}
    [Category("Behavior")]
    [Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
    [ImGearFilter("Default")]
    public: __property SelectionMode get_SelectionMode();
    public: __property void set_SelectionMode( 
       SelectionMode value
    );
    [Category("Behavior")]
    [Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
    [ImGearFilter("Default")]
    public:
    property SelectionMode SelectionMode {
       SelectionMode get();
       void set (    SelectionMode value);
    }

    Property Value

    System.Windows.Controls.SelectionMode value.
    Remarks
    Default value is SelectionMode.Extended.
    See Also