Accusoft.ImagXpressSdk Namespace > ImageXView Class : AllowUpdate Property |
'Declaration <BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property AllowUpdate As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.AllowUpdate = value value = instance.AllowUpdate
[Browsable(false)] [DefaultValue()] [Description("Property that determines whether updates allow the control to be repainted.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool AllowUpdate {get; set;}
[Browsable(false)] [DefaultValue()] [Description("Property that determines whether updates allow the control to be repainted.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property bool get_AllowUpdate(); public: __property void set_AllowUpdate( bool value );
[Browsable(false)] [DefaultValue()] [Description("Property that determines whether updates allow the control to be repainted.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool AllowUpdate { bool get(); void set ( bool value); }
If you set this property to false, then the control does not repaint when it needs updating.