Back to Devexpress

Shape.ActiveXFormat Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-e45bb09c.md

latest2.0 KB
Original Source

Shape.ActiveXFormat Property

Returns the ActiveX control’s characteristics.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ActiveXFormat ActiveXFormat { get; }
vb
ReadOnly Property ActiveXFormat As ActiveXFormat

Property Value

TypeDescription
ActiveXFormat

An object that contains control properties.

|

Remarks

Use the ActiveXFormat property to return ActiveX control properties. Use the Shape.Type property to distinguish between different drawing object types in the document.

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”

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace