matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Buttons & Images
xml code: <Control Id="BtnName" xsi:type="ButtonControl">
<Position Top="40" Left="5" Width="190" Height="32"/>
<Attributes><Align>left</Align></Attributes>
<Image><Name>normal\ftp</Name></Image>
<Caption>Some Text</Caption>
</Control>
You can do both.
|
|