Edit control part type.

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

Syntax

C#
public Type EditControlPartType { get; }
Visual Basic
Public ReadOnly Property EditControlPartType As Type
	Get
Visual C++
public:
property Type^ EditControlPartType {
	Type^ get ();
}
F#
member EditControlPartType : Type with get

Property Value

Type: Type

See Also