MultilineStringEditor::GetPaintValueSupported Method (ITypeDescriptorContext^)

 

Gets a value indicating whether this editor supports painting a representation of an object's value.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual bool GetPaintValueSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: System::Boolean

false, indicating that this UITypeEditor does not display a visual representation in the Properties Window.

.NET Framework
Available since 2.0
Return to top
Show: