GetPaintValueSupported Method

Summary

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

Syntax
C#
VB
C++
public override bool GetPaintValueSupported( 
   ITypeDescriptorContext context 
) 
Public Overloads Overrides Function GetPaintValueSupported( _ 
   ByVal context As ITypeDescriptorContext _ 
) As Boolean 
public: 
bool GetPaintValueSupported(  
   ITypeDescriptorContext^ context 
) override  

Parameters

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

Return Value

true if PaintValue is implemented; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly