Attribute.setDoubleClickDialog


setDoubleClickDialog([filename])

Set name of dialog used to edit this attribute when it is double clicked in the treeview. This is the best method to use if the editting dialog is written as a VBScript TFM. LUSAS extension modules should generally use setEdittingMenuID or setDefinitionMenuID

filenameoptional string If given, sets the dialog. If not given, reset to internal default dialog
Return valuePointer to this objectAllows multiple function calls to be chained together

See also setEditDialog insertContextMenuItem removeExternalDefinition isEdittingAttribute getEdittingAttribute

Back to Attribute

Back to Overview