Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxPtCreateGroupDialogTextField

Hierarchy

Index

Properties

Optional Readonly buttons

buttons: AxElementArray | null

Optional Readonly checkBoxes

checkBoxes: AxElementArray | null

Optional Readonly children

children: AxElementArray | null

Optional Readonly comboBoxes

comboBoxes: AxElementArray | null

Optional Readonly exists

exists: boolean | null

Optional Readonly faders

faders: AxElementArray | null

Optional Readonly frame

frame: RectangleF | null | null

Optional Readonly fullRole

fullRole: string | null

Optional Readonly groups

groups: AxElementArray | null

Optional Readonly hasLiveValidUI

hasLiveValidUI: boolean | null

Optional Readonly hasValidUI

hasValidUI: boolean | null

Optional Readonly isCheckBoxChecked

isCheckBoxChecked: boolean | null

Optional Readonly isEnabled

isEnabled: boolean | null

Optional Readonly isFocused

isFocused: boolean | null

Optional Readonly isMenuChecked

isMenuChecked: boolean | null

Optional Readonly menuItems

menuItems: AxElementArray | null

Optional Readonly parent

parent: AxNode | null

Optional Readonly popupButtons

popupButtons: AxElementArray | null

Optional Readonly position

position: PointF | null | null

Optional Readonly radioButtons

radioButtons: AxElementArray | null

Optional Readonly radioGroups

radioGroups: AxElementArray | null

Optional Readonly rawUIElementError

rawUIElementError: string | null

Optional Readonly role

role: string | null

Optional Readonly scrollAreas

scrollAreas: AxElementArray | null

Optional Readonly scrollBars

scrollBars: AxElementArray | null

Optional Readonly sheets

sheets: AxElementArray | null

Optional Readonly sliders

sliders: AxElementArray | null

Optional Readonly splitGroups

splitGroups: AxElementArray | null

Optional Readonly supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional Readonly tabGroups

tabGroups: AxElementArray | null

Optional Readonly tables

tables: AxElementArray | null

Optional Readonly textAreas

textAreas: AxElementArray | null

Optional Readonly textFields

textFields: AxElementArray | null

Optional Readonly title

title: AxStringProperty | null

Optional Readonly uiElement

uiElement: AXUIElement | null

Optional Readonly uiElementError

uiElementError: string | null

Optional Readonly value

value: AxStringOrIntProperty | null

Methods

checkboxSet

childrenByFullRole

childrenByRole

dialogClickButton

dialogEnterText

dialogOpenPopup

dialogSelectFolder

elementClick

elementRaise

elementSetTextAreaValue

elementSetTextFieldWithAreaValue

elementWaitFor

getElement

getElementAtPosition

getElements

getFirstOf

getFirstWithDescription

  • getFirstWithDescription(description: string): AxElement

getFirstWithDescriptionContaining

  • getFirstWithDescriptionContaining(description: string): AxElement

getFirstWithLabel

  • getFirstWithLabel(label: string): AxElement

getFirstWithLabelContaining

  • getFirstWithLabelContaining(label: string): AxElement

getFirstWithString

  • getFirstWithString(name: string, label: string): AxElement

getFirstWithStringContaining

  • getFirstWithStringContaining(name: string, label: string): AxElement

getFirstWithTitle

  • getFirstWithTitle(title: string): AxElement

getFirstWithTitleContaining

  • getFirstWithTitleContaining(title: string): AxElement

getMenuItem

  • getMenuItem(title: string): AxElement
  • getMenuItem(title: string, title2: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): AxElement

getParentElement

getString

  • getString(attribute: string): string
  • Parameters

    • attribute: string

    Returns string

hasMenuItem

  • hasMenuItem(title: string): boolean
  • hasMenuItem(title: string, title2: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): boolean
  • Parameters

    • title: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string
    • title6: string

    Returns boolean

invalidate

mouseClickElement

popupMenuFetchAllItems

popupMenuOpenFromElement

popupMenuSelect

windowClose

windowGetScreen

windowMove

Generated using TypeDoc