Xojo Documentation Xojo Documentation
  • Home
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Pi Programming
  • More Guides
  • Resources
  • User Guide
  • Language Reference
  • Release Notes
  • System Requirements
  • Deprecations
  • Videos
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
  • Log in
  • Xojo Documentation
  • Home
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Pi Programming
  • More Guides
  • Resources
  • User Guide
  • Language Reference
  • Release Notes
  • System Requirements
  • Deprecations
  • Videos
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information

WebPopupMenu

From Xojo Documentation

Class (inherits from WebUIControl)


New in 2010r4

A standard popup menu control.

Events
Closed Hidden SelectionChanged
ContextualMenuSelected Opening Shown
Properties
ContextualMenu LockHorizontal fa-lock-32.png SelectedRowValue fa-lock-32.png
ControlID fa-lock-32.png LockLeft fa-lock-32.png Style
Enabled LockRight fa-lock-32.png TabIndex
Height LockVertical fa-lock-32.png Tooltip
Indicator Name fa-lock-32.png Top
LastAddedRowIndex fa-lock-32.png Page fa-lock-32.png Visible
LastRowIndex fa-lock-32.png Parent fa-lock-32.png Width
Left RowCount fa-lock-32.png
LockBottom fa-lock-32.png SelectedRowIndex
Methods
AddAllRows ExecuteJavaScript RowValueAt
AddRow GotoURL SelectRowWithTag
AddRowAt RemoveAllRows SelectRowWithValue
AddSeparator RemoveRowAt SetFocus
Close RowTagAt UpdateBrowser

Sample Code

Add several items to the popup menu in its Shown event handler:

Me.AddRow("One")
Me.AddRow("Two")
Me.AddRow("Three")
Me.AddRow("Four")

See Also

WebComboBox, PopupMenu, ComboBox controls.

Retrieved from "http://docs.xojo.com/index.php?title=WebPopupMenu&oldid=85068"
Categories:
  • Classes
  • Language Reference
  • Language Reference Index
  • New2010r4
  • Web
  • This page was last edited on 12 October 2021, at 18:01.
  • Privacy policy
  • About Xojo Documentation
  • Disclaimers
  • Send Doc Feedback
  • Docs for the Xojo programming language and IDE
  • Powered by MediaWiki