Class QImageButton
This class will render an HTML ImageButton .
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QActionControl
- QImageButton
public
string
|
|
public
|
|
protected
string
|
#
GetControlHtml( )
This method will render the control, itself, and will return the rendered HTML as a string |
public
mixed
|
|
public
mixed|
|
Validate()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
|
$strAlternateText
|
#
null
|
protected
|
$strImageUrl
|
#
null
|
protected
boolean
|
$blnPrimaryButton
|
#
false
|
protected
|
$intClickX
|
|
protected
|
$intClickY
|
|
protected
boolean
|
$blnActionsMustTerminate
Should the default action be stopped from the being triggerred when an even occurrs? e.g.:
This variable stops the default behavior (navigation to link / form submission) when set to true. Modification of this variable is to be done by using 'ActionMustTerminate' property exposed as a property |
#
true
|
$attributes,
$styles
|
public
string
|
$AlternateText
is rendered as the HTML "alt" tag |
public
string
|
$ImageUrl
is the url of the image to be used |
public
boolean
|
$PrimaryButton
|
public read-only
integer
|
$ClickX
|
public read-only
integer
|
$ClickY
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|