Back to Devexpress

Shape.TextBox Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-7aec3f84.md

latest1.5 KB
Original Source

Shape.TextBox Property

OBSOLETE

This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.ShapeFormat.TextBox' property instead.

Use the ShapeFormat.TextBox property instead.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.ShapeFormat.TextBox' property instead.", false)]
TextBox TextBox { get; }
vb
<Browsable(False)>
<Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.ShapeFormat.TextBox' property instead.", False)>
ReadOnly Property TextBox As TextBox

Property Value

TypeDescription
TextBox

|

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace