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