Back to Devexpress

ActiveXFormat Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-d5afb876.md

latest2.0 KB
Original Source

ActiveXFormat Interface

Contains ActiveX control characteristics.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface ActiveXFormat :
    ObjectFormatBase
vb
<ComVisible(True)>
Public Interface ActiveXFormat
    Inherits ObjectFormatBase

The following members return ActiveXFormat objects:

Remarks

An ActiveXFormat object allows you to obtain the following ActiveX control properties:

PropertyDescriptionExample
NameReturns the control’s name.“TextBox1”
ControlTypeReturns an ActiveXControlType enumeration member that defines the control’s type.TextBox
ProgIdReturns the programmatic identifier associated with the control.“Forms.TextBox.1”

Use the Shape.Type property to determine whether a drawing object is an ActiveX control.

See Also

ActiveXFormat Members

DevExpress.XtraRichEdit.API.Native Namespace