Indicates whether the specified context supports painting a representation of an object's value within the specified context.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public override bool GetPaintValueSupported(
	ITypeDescriptorContext context
)
Visual Basic
Public Overrides Function GetPaintValueSupported ( 
	context As ITypeDescriptorContext
) As Boolean
Visual C++
public:
virtual bool GetPaintValueSupported(
	ITypeDescriptorContext^ context
) override
F#
abstract GetPaintValueSupported : 
        context : ITypeDescriptorContext -> bool 
override GetPaintValueSupported : 
        context : ITypeDescriptorContext -> bool 

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: Boolean
Always true.

See Also