Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.MakeVisible Method

Makes the item visible using vertical scrolling if needed.

Syntax

VB.NETobject.MakeVisible
VBobject.MakeVisible
C#.NETvoid object.MakeVisible();
VC++HRESULT object->MakeVisible();
CHRESULT object->raw_MakeVisible();

object

A SftBoxItem object.

Comments

The MakeVisible method makes the item visible using vertical scrolling if needed.

The MakeVisible method can be used to make the item described by object visible by scrolling it into view (vertically). The user normally scrolls the items vertically using the scroll bar, but if an application wants to insure that an item is visible, this method can be used.

To make a particular column visible, the Column.MakeVisible method can be used.

See Also SftBoxItem Object | Object Hierarchy


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