Navigation: Ultimate Suite for PowerBuilder Help > Button ListBar > Functions >

of_setsize

Send comments on this topic.

 

Description:

Set's the size of the buttons displayed in the button listbar.

Syntax:

of_setsize (integer ai_size)

Argument

Description

ai_size

 

 

 

16x16 pass SMALL

24x24 pass MEDIUM

32x32 pass LARGE

48x48 pass XLARGE

SMALL, MEDIUM, LARGE and XLARGE are constants defined in the button listbar control.

Return Value:

Always returns 1.

Usage:

uo_buttonlistbar.of_SetSize(uo_buttonlistbar.MEDIUM)


Copyright © 2021 Werysoft Inc.