<DialogName>.Icon

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Pseudo-object Methods and Properties >

<DialogName>.Icon

 

Description

 

Allows assigning the icon to the dialog specified via the dialog pseudo-object.

 

Syntax

 

' Set

<dialogName>.Icon = fileName

 

 

Returns

 

None

 

Parameters (Set only)

 

Name

Type

Optional

Meaning

fileName

String

No

file name of the .ICO file for the dialog

 

Remarks

 

Restrictions

 

See also

 

Examples