Control : ImageButtonPopup
![]()
Contents |
Description
The ImageButtonPopup is an ImageButton that, when clicked, causes a menu to appear.
The ImageButtonPopup causes a menu to appear, from which the user can select an option. Once the option has been selected, the menu disappears.
How To
For a detailed example of how to use the control, see the tutorial...
Limitations
When placed above an embedded Flash movie or Java applet your Popup border (Chrome) may not appear. This is because in older browsers attempts to place a DHTML layer on top of a Flash layer will fail.
Newer browsers add the ability to layer Flash content with DHTML using the WMODE parameter, which will allow your popup border to appear.
If you use an OBJECT tag, add this child element:
<param name="wmode" value="transparent">
If you use an EMBED tag, add this attribute:
wmode="transparent"
This WMODE fix appears to work with newer browsers in Windows and Mac, but not consistently with browsers under Linux.
Associated Data Types
Associated Interface Types
Required Adapter Types
Associated Properties
Specialized Properties
- Absorb Input Events
- Align Left
- Close Cascades
- Form Interface
- Framed Resource
- Framed Size
- Handle OnClick
- Ignore in Popup Sizing
- Images
- Popup
- Popup Delay
- Popup Height
- Popup On Flyover
- Popup On Root
- Popup Width
- Position At Mouse
Unique Properties
- None



