Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Syntax Conventions Used

The syntax shown in this documentation follows these guidelines. Each property, method and event is shown for Visual Basic .NET (VB.NET), Visual Basic 6 (VB), C# (C#.NET), Visual C++ (VC++) and C (C).

The syntax for properties shows up to three forms (Get, Put and PutRef) if available, the first to retrieve the property value, the second and third to set the property value. For most properties, only a Get and Put syntax is shown. Font and picture properties also allow a third form (PutRef). If both Put and PutRef is available, PutRef is the preferred form as it conserves resources and assigns a font or picture object reference to the control. Any change to the font or picture object is reflected in the control also. Put on the other hand causes the control to completely copy the font or picture object.

Syntax

Get

VB.NETrefPictureObj = object.Picture As stdole.IPictureDisp
VBSet refPictureObj = object.Picture As IPictureDisp
C#.NETstdole.IPictureDisp refPictureObj = object.Picture;
VC++IPictureDisp* refPictureObj = object->GetPicture();
CHRESULT object->get_Picture(IPictureDisp** refPictureObj);

Put

VB.NETobject.let_Picture(ByVal refPictureObj As stdole.IPictureDisp)
VBobject.Picture = refPictureObj As IPictureDisp
C#.NETvoid object.let_Picture(stdole.IPictureDisp refPictureObj);
VC++void object->PutPicture(IPictureDisp* refPictureObj);
CHRESULT object->put_Picture(IPictureDisp* refPictureObj);

PutRef

VB.NETobject.Picture = refPictureObj As stdole.IPictureDisp
VBSet object.Picture = refPictureObj As IPictureDisp
C#.NETstdole.IPictureDisp object.Picture = refPictureObj;
VC++void object->PutRefPicture(IPictureDisp* refPictureObj);
CHRESULT object->putref_Picture(IPictureDisp* refPictureObj);

If the indicator is shown next to a type, it links to additional language-specific help.

The following conventions are used throughout the reference section:

DescriptionExample
Syntax shown shows sample use of the property, method or event (VB.NET, VB, C#.NET) or shows its definition (VC++, C)refPictureObj = object.Picture
Syntax shown in this color shows the type of the property, return type of the method or event (VB.NET, VB, C#.NET)As stdole.IPictureDisp
: IPictureDisp
Words in bold (any color) indicate language keywords or (property, method, event) names.False
If Function
BorderStyle
Italic words (any color) indicate placeholders for information, to be supplied by you.object
index
var
Words in regular font (any color) indicate text that is used as-is, such as language specific punctuation.->
get_
Square brackets (any color) indicate optional information when describing Visual Basic (VB). For all other languages, square brackets indicate array indices.[, arg]

All code samples are based on the source code found in the product directory \Program Files\Softelvdm\SftTree OCX 7.5\Samples\.


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.