Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.CustomCode Property

Defines optional product customization.

Syntax

Get

VB.NETCode = object.CustomCode As Integer
VBCode = object.CustomCode As Long
C#.NETint Code = object.CustomCode;
VC++long Code = object->CustomCode;
long Code = object->GetCustomCode();
CHRESULT object->get_CustomCode(long* Code);

Put

VB.NETobject.CustomCode = Code As Integer
VBobject.CustomCode = Code As Long
C#.NETint object.CustomCode = Code;
VC++long object->CustomCode = Code;
void object->PutCustomCode(long Code);
CHRESULT object->put_CustomCode(long Code);

object

A SftBox object.

Code

Defines optional product customization.

Comments

The CustomCode property defines optional product customization.

Valid Code values are made available by Product Support, in response to purchased enhancements, special features, etc. and are only available upon request.

See Also SftBox Object | Object Hierarchy


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