Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

VisibleLines Property, SftMaskCalculator Object

Defines the maximum number of lines of intermediate results visible at any time.

Syntax

Get

VB.NETCount = object.VisibleLines As Short
VBCount = object.VisibleLines As Integer
C#.NETshort Count = object.VisibleLines;
VC++short Count = object->VisibleLines;
short Count = object->GetVisibleLines();
CHRESULT object->get_VisibleLines(short* Count);

Put

VB.NETobject.VisibleLines = Count As Short
VBobject.VisibleLines = Count As Integer
C#.NETshort object.VisibleLines = Count;
VC++short object->VisibleLines = Count;
void object->PutVisibleLines(short Count);
CHRESULT object->put_VisibleLines(short Count);

object

A SftMaskCalculator object.

Count

Defines the maximum number of lines of intermediate results visible at any time. If this value is 0, the VisibleLines property has no effect and the Lines property defines the number of visible entries.

Comments

The VisibleLines property defines the maximum number of lines of intermediate results visible at any time.

The VisibleLines property defines the maximum number of lines of intermediate results visible at any time. If the VisibleLines property is less than the Lines property, a scrollbar appears as soon as the number of lines defined using the VisibleLines property is shown.

See Also SftMaskCalculator Object | Object Hierarchy


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.