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