Back to Devexpress

ActiveXFormat.ControlType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-activexformat-35be6f9c.md

latest1.8 KB
Original Source

ActiveXFormat.ControlType Property

Returns the type of the ActiveX control.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ActiveXControlType ControlType { get; }
vb
ReadOnly Property ControlType As ActiveXControlType

Property Value

TypeDescription
ActiveXControlType

An enumeration member that specifies the ActiveX control’s type.

|

Available values:

Show 15 items

NameDescription
CheckBox

A check box.

| | ComboBox |

A combo box.

| | CommandButton |

A command button.

| | Frame |

A frame control.

| | Image |

An image control.

| | Label |

A label.

| | ListBox |

A list box.

| | MultiPage |

A MultiPage control.

| | OptionButton |

An option button.

| | ScrollBar |

A scroll bar.

| | SpinButton |

A spin button.

| | TabStrip |

A tab strip control.

| | TextBox |

A text box.

| | ToggleButton |

A toggle button.

| | Custom |

A custom control.

|

See Also

ActiveXFormat Interface

ActiveXFormat Members

DevExpress.XtraRichEdit.API.Native Namespace