次の方法で共有


UITypeEditor.GetPaintValueSupported メソッド (ITypeDescriptorContext)

指定したコンテキスト内でオブジェクトの値の視覚的な表現を描画できるかどうかを示します。

Overloads Public Overridable Function GetPaintValueSupported( _
   ByVal context As ITypeDescriptorContext _) As Boolean
[C#]
public virtual bool GetPaintValueSupported(ITypeDescriptorContextcontext);
[C++]
public: virtual bool GetPaintValueSupported(ITypeDescriptorContext* context);
[JScript]
public function GetPaintValueSupported(
   context : ITypeDescriptorContext) : Boolean;

パラメータ

戻り値

PaintValue が実装されている場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UITypeEditor クラス | UITypeEditor メンバ | System.Drawing.Design 名前空間 | UITypeEditor.GetPaintValueSupported オーバーロードの一覧 | ITypeDescriptorContext | PaintValue