[Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [DefaultValue(True)] [Category("VintaSoft")] public bool MultiSelect { get; set; }
[Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [DefaultValue(True)] [Category("VintaSoft")] public: __property bool get_MultiSelect(); public: __property void set_MultiSelect(
bool value
);
[Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")] [DefaultValue(True)] [Category("VintaSoft")] public:
property bool MultiSelect { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")> <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft")> Public Property MultiSelect As Boolean
Property Value
true, если просмотрщик миниатюр позволяет выбирать несколько миниатюр вместе или одновременно; в противном случае - false. Значение по умолчанию - true.