Project

General

Profile

Eq2dropdownbox (Data Type)

Description

This DataType includes data available to ISXEQ2 related to the eq2dropdownbox UI element.

Inheritance

This datatype inherits all members and methods of eq2widget (which, in turn, inherits all members/methods of eq2baseobject.)  Script writers are strongly encouraged to visit both of these pages before utilizing eq2dropdownbox or any other UI related datatypes. 

Members

Methods

  • Set[#]
    • To set a DropDownBox to a particular value, one would iterate through the "options" (see method below), and then when the option "CurrentKey" and/or "CurrentValue" matches the goal, use the Set method using the current Counter (zero-based).  For example, using the routines found in this knowledgebase articleEQ2UIPage[mainhud,guild].Child[DropDownBox,Guild.MainTabPage.MembersPage.ShowMemberSelection]:Set[${OptionCounter}]
  • GetOptions[index:collection:string]

Properties

All property names valid for eq2widget and eq2baseobject can be used with GetProperty/SetProperty.    (For more information on GetProperty/SetProperty, see eq2baseobject.)