PROPLIST.SetCaptionWidth

Previous  Next

 

ok = PROPLIST.SetCaptionWidth( width AS INTEGER,

                              [pane  AS INTEGER = 1] ) AS INTEGER

 


 

Set the width of the caption.  Width is in precent of total width

 

Example:

 

PROPLIST.SHOWDESCRIPTION( FALSE )

PROPLIST.SETCAPTIONWIDTH( 40 )

PROPLIST.SETBORDERSTYLE( 3 )

PROPLISt.SETPRECISION( 3 )