Abilitare JavaScript per vedere questo sito.

Interroga il tool-tip di uno specifico elemento UI.

Sintassi

string get_tool_tip(const string &in name)

name

Nome dell'elemento UI

Risultato

Rende il testo del toolt-ip

Nota

Nel caso che l'elemento UI non supporti tale funzionalità, la richiesta renderà semplicemente una stringa vuota

Esempio di utilizzo:

ui::form @my_form;

 

/* Rende valore tool-tip per elemento UI item-1 */

string tooltip = my_form.get_tool_tip("item-1");

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC