Class TImageMapEventParameter
TImageMapEventParameter class.
TImageMapEventParameter represents a postback event parameter when a hotspot is clicked and posts back in a TImageMap. To retrieve the post back value associated with the hotspot being clicked, access PostBackValue.
| Constructor Summary |
| public |
Constructor.
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Constructor Details |
__construct
Constructor.
|
| Method Details |
getPostBackValue
| public string getPostBackValue |
() |
| Output |
|
string
| post back value associated with the hotspot clicked |
| Exception |
|
|