Accusoft.ImagXpress13.Net
AllowUpdate Property




Gets and sets an indicator which determines if updates allow the control to be repainted.
Syntax
'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
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool AllowUpdate {get; set;}
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_AllowUpdate();
public: __property void set_AllowUpdate( 
   bool value
);
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool AllowUpdate {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to allow a repaint on updates. Otherwise, false is returned.
Remarks

If you set this property to false, then the control does not repaint when it needs updating.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback