C#
VB
C++
When overridden in a derived class, gets the type of the component this property is bound to.
public override Type ComponentType { get; }
Public Overrides ReadOnly Property ComponentType As Type
public:
property Type^ ComponentType {
Type^ get() override;
}
A Type that represents the type of component this property is bound to. When the GetValue or SetValue methods are invoked, the object specified might be an instance of this type.
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