Accusoft.ImagXpressSdk Namespace > ImageXView Class : AllowUpdate Property |
'Declaration <DefaultValueAttribute()> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")> Public Property AllowUpdate As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.AllowUpdate = value value = instance.AllowUpdate
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")] public bool AllowUpdate {get; set;}
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")] public: __property bool get_AllowUpdate(); public: __property void set_AllowUpdate( bool value );
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")] 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.