'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")> <CategoryAttribute("VintaSoft")> Public Property MultiSelect As Boolean
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [Category("VintaSoft")] public bool MultiSelect { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [Category("VintaSoft")] public: __property bool get_MultiSelect(); public: __property void set_MultiSelect(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [Category("VintaSoft")] public:
property bool MultiSelect { bool get(); void set(bool value); }
Property Value
true if the thumbnail viewer allows multiple thumbnails to be selected together or concurrently; otherwise, false. The default value is true.