'Declaration <DescriptionAttribute("Indicates whether the preview should be asynchronously updated when any of the params is changed.")> <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft")> Public Property PreviewAutoUpdate As Boolean
[Description("Indicates whether the preview should be asynchronously updated when any of the params is changed.")] [DefaultValue(True)] [Category("VintaSoft")] public bool PreviewAutoUpdate { get; set; }
[Description("Indicates whether the preview should be asynchronously updated when any of the params is changed.")] [DefaultValue(True)] [Category("VintaSoft")] public: __property bool get_PreviewAutoUpdate(); public: __property void set_PreviewAutoUpdate(
bool value
);
[Description("Indicates whether the preview should be asynchronously updated when any of the params is changed.")] [DefaultValue(True)] [Category("VintaSoft")] public:
property bool PreviewAutoUpdate { bool get(); void set(bool value); }
Property Value
Default value is true .