Back to Devexpress

BaseEdit.IsTextEditor(Control) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-istexteditor-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.4 KB
Original Source

BaseEdit.IsTextEditor(Control) Method

Checks whether a control is a text editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool IsTextEditor(
    Control control
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Function IsTextEditor(
    control As Control
) As Boolean

Parameters

NameTypeDescription
controlControl

The current control.

|

Returns

TypeDescription
Boolean

true if the current control is a text editor; otherwise, false.

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace