Aracılığıyla paylaş


UITypeEditor.GetPaintValueSupported Yöntem

Tanım

Bu düzenleyicinin bir nesnenin değerinin gösterimini boyamayı destekleyip desteklemediğini gösterir.

Aşırı Yüklemeler

GetPaintValueSupported()

Bu düzenleyicinin bir nesnenin değerinin gösterimini boyamayı destekleyip desteklemediğini gösterir.

GetPaintValueSupported(ITypeDescriptorContext)

Belirtilen bağlamın, bir nesnenin değerinin belirtilen bağlam içinde bir gösterimini boyamayı destekleyip desteklemediğini gösterir.

GetPaintValueSupported()

Bu düzenleyicinin bir nesnenin değerinin gösterimini boyamayı destekleyip desteklemediğini gösterir.

public:
 bool GetPaintValueSupported();
public bool GetPaintValueSupported ();
member this.GetPaintValueSupported : unit -> bool
Public Function GetPaintValueSupported () As Boolean

Döndürülenler

truePaintValue(Object, Graphics, Rectangle) uygulandıysa; uygulanmazsa, false.

Ayrıca bkz.

Şunlara uygulanır

GetPaintValueSupported(ITypeDescriptorContext)

Belirtilen bağlamın, bir nesnenin değerinin belirtilen bağlam içinde bir gösterimini boyamayı destekleyip desteklemediğini gösterir.

public:
 virtual bool GetPaintValueSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public virtual bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext context);
public virtual bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext? context);
abstract member GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
override this.GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overridable Function GetPaintValueSupported (context As ITypeDescriptorContext) As Boolean

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Ek bağlam bilgileri elde etmek için kullanılabilecek bir.

Döndürülenler

truePaintValue(Object, Graphics, Rectangle) uygulandıysa; uygulanmazsa, false.

Ayrıca bkz.

Şunlara uygulanır