Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Using the Desktop Icon Control


Key properties to set
label attribute (Default Attribute) To set the label via SCL:
desktopicon1.label = 'Start';
Alternatively, you may omit the property name when setting or querying the default attribute via SCL:
desktopicon1 = 'Start';
buttonStyle attribute To set the buttonStyle via SCL:
desktopicon1.buttonStyle = 'Icon Only';
commandOnClick attribute To set the command via SCL:
desktopicon1.commandOnClick = 'end';
icon attribute To set the icon via SCL:
desktopicon1.icon = 3;


Chapter Contents

Previous

Next

Top of Page

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