'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the palette can be changed in this viewer.")> Public Property CanChangePalette As Boolean
[Category("VintaSoft")] [DefaultValue(True)] [Description("A value indicating whether the palette can be changed in this viewer.")] public bool CanChangePalette { get; set; }
[Category("VintaSoft")] [DefaultValue(True)] [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
);
[Category("VintaSoft")] [DefaultValue(True)] [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.