Navigation: Ultimate Suite for PowerBuilder Help > PowerDock > Functions >

of_setmindocksize

Send comments on this topic.

 

Description:

Sets the minimum size for a given dock panel.

Syntax:

of_setmindocksize (integer al_position, long al_size)

Argument

Description

al_position

A numeric value representing the dock panel you want to set the size for: TOP, BOTTOM, LEFT or RIGHT.

al_size

For TOP and BOTTOM panels pass a height value. For LEFT and RIGHT panels pass a width value.

Return Value:

Always returns 1.

Usage:

The min size of the top and bottom panels is applied to the panels height. The min size of the right and left panels is applied to the panels width.

 


Copyright © 2021 Werysoft Inc.