Skip to content

TextLimit Property

Description

Specifies the number of characters that can be entered into the edit box.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property TextLimit() As Long

Example

Dim ControlEdit1 As CommandBarEdit  
Set ControlEdit1 = AddButton(ToolBar.Controls, xtpControlEdit, ID_FILE_NEW)  
ControlEdit1.TextLimit = 4

See Also


See Also
Command Bars ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.