Note Property

Applies To: Button

Description

The Note property applies only to a Button whose Style is 'CommandLink'.

It is a character vector (by default empty) that specifies text to be displayed below the Caption.

Example

'F'⎕WC'Form' 'CommandLink Button'
'F.clb'⎕WC'Button' 'Visit Us'('Style' 'CommandLink')  
F.clb.Size80 200
F.clb.Note'www.dyalog.com'