'Declaration
<BrowsableAttribute(False)>
<DescriptionAttribute("Property that determines whether the control is refreshed immediately or when the system is ready to paint.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property RefreshMode As RefreshMode
'Usage
Dim instance As ImageXView
Dim value As RefreshMode
instance.RefreshMode = value
value = instance.RefreshMode
[BrowsableAttribute(false)]
[DescriptionAttribute("Property that determines whether the control is refreshed immediately or when the system is ready to paint.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public RefreshMode RefreshMode {get; set;}
[BrowsableAttribute(false)]
[DescriptionAttribute("Property that determines whether the control is refreshed immediately or when the system is ready to paint.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property RefreshMode get_RefreshMode();
public: __property void set_RefreshMode(
RefreshMode value
);
[BrowsableAttribute(false)]
[DescriptionAttribute("Property that determines whether the control is refreshed immediately or when the system is ready to paint.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property RefreshMode RefreshMode {
RefreshMode get();
void set ( RefreshMode value);
}