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

FlatStyle

Send comments on this topic.

 

Description:

Specifies that the edge of the button displays only when the mouse hovers over it. This is the button style used in the Microsoft Rebar (coolbar) control.

Syntax:

FlatStyle()
FlatStyle(boolean ab_switch)

Argument

Description

ab_switch

Pass TRUE for a flat style button, FALSE for a traditional style button.

Return Value:

Returns the flat style state when no parameters are passed in. Returns 1 if TRUE or FALSE is passed in.

Usage:

 


Copyright © 2021 Werysoft Inc.