SftBox/OCX 4.5

SftBox.Edit Property

Softel vdm, Inc.

Returns the SftBoxEdit object.

Syntax       

Get

VB.NET

refEditObj = object.Edit  As SftBoxEdit

VB

Set refEditObj = object.Edit  As SftBoxEdit

C#.NET

SftBoxEdit refEditObj = object.Edit;

VC++

ISftBoxEdit* refEditObj = object->Edit;
ISftBoxEdit* refEditObj = object->GetEdit();

C

HRESULT object->get_Edit(ISftBoxEdit** refEditObj);

Delphi

refEditObj := object.Edit  : ISftBoxEdit;

object

A SftBox object.

refEditObj

Returns a reference to the control's SftBoxEdit object.

Comments

The Edit property returns the SftBoxEdit object.

The properties and behavior of the edit control portion of the control can be updated using the returned SftBoxEdit object.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com