Udostępnij przez


MultilineStringEditor.GetPaintValueSupported(ITypeDescriptorContext) Metoda

Definicja

Pobiera wartość wskazującą, czy ten edytor obsługuje malowanie reprezentacji wartości obiektu.

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

Parametry

context
ITypeDescriptorContext

Element ITypeDescriptorContext , który może służyć do uzyskiwania dodatkowych informacji kontekstowych.

Zwraca

false, wskazując, że nie wyświetla to UITypeEditor wizualnej reprezentacji w oknie właściwości.

Dotyczy