|
|
|
SftBox.Edit Property |
Returns the SftBoxEdit object.
Syntax
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;
|
||
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.