HbPushButton() > Instance variables xHarbour Developers Network  

oHbPushButton:style

Character string defining the push button delimiters.

Info

Data type:CDefault:<>

Description

The display style of a push button can be specified with an optional character string of zero, two or eight characters. When a null string is assigned to :style, no delimiting characters are used.

A character string of two characters defines the left and right delimiters of the pus button.

A character string of eight characters defines the border drawn around the pushbutton. They are used in the same way as with the DispBox() function. The #define constants available in Box.ch can be used:

Constants for borders
ConstantDescription
B_SINGLESingle-line border
B_DOUBLEDouble-line border
B_SINGLE_DOUBLESingle-line top, double-line sides
B_DOUBLE_SINGLEDouble-line top, single-line sides


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe