←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly