Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

Syntax Conventions Used

The syntax shown in this documentation follows these guidelines. Each property, method and event is shown for Visual Basic. The syntax for properties shows two forms (Get and Put) if available, the first to retrieve the property value, the second to set the property value.

Syntax

Get

VBSet refPictureObj = object.Picture As IPictureDisp

Put

VBobject.Picture = refPictureObj As IPictureDisp

PutRef

VBSet object.Picture = refPictureObj As IPictureDisp

The following conventions are used throughout the reference section:

DescriptionExample
Syntax shown shows sample use of the property, method or eventrefPictureObj = 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]

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