'Declaration <DescriptionAttribute("A value indicating whether the palette can be changed in this viewer.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(True)> Public Property CanChangePalette As Boolean
[Description("A value indicating whether the palette can be changed in this viewer.")] [Category("VintaSoft")] [DefaultValue(True)] public bool CanChangePalette { get; set; }
[Description("A value indicating whether the palette can be changed in this viewer.")] [Category("VintaSoft")] [DefaultValue(True)] public: __property bool get_CanChangePalette(); public: __property void set_CanChangePalette(
bool value
);
[Description("A value indicating whether the palette can be changed in this viewer.")] [Category("VintaSoft")] [DefaultValue(True)] public:
property bool CanChangePalette { bool get(); void set(bool value); }
Property Value
true - palette can be changed; false - palette cannot be changed. Default value is true.