Project

General

Profile

eq2uipage (Data Type)

Description

This DataType includes data available to ISXEQ2 related to the eq2uipage 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 eq2uipage or any other UI related datatypes. 

Members

  • int NumChildren
  • string ChildType[#]
    • This data member returns the "type" of the # ui element object that is found within the eq2uipage (with 1 being the first element.) 
  • varies Child[#]
    • This data member returns the # ui element object that is found within the eq2uipage (with 1 being the first element.) 
    • The return object will be one of the eq2widget derivatives (e.g., eq2button)

Properties

All property names valid for eq2widget, eq2baseobject, as well as any from the list below, can be used with GetProperty/SetProperty.    (For more information on GetProperty/SetProperty, see eq2baseobject.)

  • ClipToPage
  • IgnoreTab
  • AllowParentCycling

Example

  • echo ${EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].NumChildren