When overridden in a derived class, gets the type of the component this property is bound to.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override Type ComponentType { get; }
Visual Basic
Public Overrides ReadOnly Property ComponentType As Type
	Get
Visual C++
public:
virtual property Type^ ComponentType {
	Type^ get () override;
}
F#
abstract ComponentType : Type with get
override ComponentType : Type with get

Property Value

Type: Type

See Also