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