Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.MakeVisible Method

Makes the column visible using horizontal scrolling if needed.

Syntax

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

object

A SftBoxColumn object.

Comments

The MakeVisible method makes the column visible using horizontal scrolling if needed.

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

To make a particular item visible, the Item.MakeVisible method can be used.

See Also SftBoxColumn Object | Object Hierarchy


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