ComboBox.SetProperties

ComboBox.SetProperties ( 

string ObjectName,

table  Properties )

Example 1

ComboBox.SetProperties("Combo1", {TooltipText="I am a tooltip!"});

Sets the tooltip text of combobox 'Combo1' to 'I am a tooltip!'.

See also:  Related Actions