C#
VB
C++
Gets a value indicating whether this object supports properties using the specified context.
public override bool GetPropertiesSupported(
ITypeDescriptorContext context
)
Public Overloads Overrides Function GetPropertiesSupported( _
ByVal context As ITypeDescriptorContext _
) As Boolean
public:
bool GetPropertiesSupported(
ITypeDescriptorContext^ context
) override
context
An ITypeDescriptorContext that provides a format context.
true because GetProperties should be called to find the properties of this object. This method never returns false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET