MultilineStringEditor.GetPaintValueSupported(ITypeDescriptorContext) 方法

定義

會取得一個值,表示此編輯器是否支援繪製物件值的表示。

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

參數

context
ITypeDescriptorContext

這可以用 ITypeDescriptorContext 來獲得更多背景資訊。

傳回

false,表示此處 UITypeEditor 不會在屬性視窗中顯示視覺化的表示。

適用於