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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
[Browsable(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.ShapeFormat.TextBox' property instead.", false)]
TextBox TextBox { get; }
Property Value
Type | Description |
---|---|
TextBox |
|
See Also