'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the palette can be changed in this viewer.")> Public Property CanChangePalette As Boolean
[DefaultValue(True)] [Category("VintaSoft")] [Description("A value indicating whether the palette can be changed in this viewer.")] public bool CanChangePalette { get; set; }
[DefaultValue(True)] [Category("VintaSoft")] [Description("A value indicating whether the palette can be changed in this viewer.")] public: __property bool get_CanChangePalette(); public: __property void set_CanChangePalette(
bool value
);
[DefaultValue(True)] [Category("VintaSoft")] [Description("A value indicating whether the palette can be changed in this viewer.")] public:
property bool CanChangePalette { bool get(); void set(bool value); }
Property Value
true - палитру можно изменить; false - палитру изменить нельзя.
Значение по умолчанию - true.
Значение по умолчанию - true.