property Item.EditBorder as EditBorderEnum
Specifies the border for the inside edit control.

TypeDescription
EditBorderEnum An EditBorderEnum expression that specifies the border to be shown around the item's text box.
The EditBorder property specifies the border to be shown around the item's text box. The EditCaption property specifies the caption to be shown on the item's Edit text box. Use the AllowEdit property to add a text-box inside the item, so the user can type any characters inside. The EditWidth property specifies the width of the text-box inside the item. You can use the Get method to collect all items of Edit type. The EditChange event notifies your application once the user alters the item's text-box caption.