RefreshPropertiesAttribute.Repaint Campo

Definizione

Indica che tutte le proprietà vengono ridisegnate se il valore della proprietà viene modificato. Questo campo è di sola lettura.

public: static initonly System::ComponentModel::RefreshPropertiesAttribute ^ Repaint;
public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint;
 staticval mutable Repaint : System.ComponentModel.RefreshPropertiesAttribute
Public Shared ReadOnly Repaint As RefreshPropertiesAttribute 

Valore del campo

Commenti

Specificare questo attributo in una proprietà per ridipingere tutte le proprietà in PropertyGrid quando viene modificato il valore della proprietà.

Si applica a