RefreshPropertiesAttribute.Repaint 字段

定义

指示在属性值更改时重新绘制所有属性。 此字段为只读。

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 

字段值

注解

在属性上指定此属性,以在属性值更改时重新绘制 中的所有 PropertyGrid 属性。

适用于