Share via


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 この属性を指定します。

適用対象