ActiveXFormat.ControlType Property
Returns the type of the ActiveX control.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ActiveXControlType ControlType { get; }
#Property Value
Type | Description |
---|---|
Active |
An enumeration member that specifies the Active |
Available values:
Name | Description |
---|---|
Check |
A check box. |
Combo |
A combo box. |
Command |
A command button. |
Frame | A frame control. |
Image | An image control. |
Label | A label. |
List |
A list box. |
Multi |
A Multi |
Option |
An option button. |
Scroll |
A scroll bar. |
Spin |
A spin button. |
Tab |
A tab strip control. |
Text |
A text box. |
Toggle |
A toggle button. |
Custom | A custom control. |