Chapter Contents

Previous

Next
Control: _setSize

Control: _setSize



Sets the size of the control object


Syntax
Details

Syntax

CALL NOTIFY (control-name, '_setSize', width, height, units);

Argument Type Description
width
N specifies the width of the object
height
N specifies the height of the object
units
C specifies the units for width and height:
'CHARACTERS' | 'C'
'INCHES' | 'I'
'CM'
'MM'
'FONTS' | 'F'
'PIXELS' | 'P'


Details

When you set the size of a control object, the size is static and will not change even if you resize the region it occupies.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.