Prado\Web\UI\WebControls\TImageMapEventParameter::getPostBackValue PHP Method

getPostBackValue() public method

public getPostBackValue ( ) : string
return string post back value associated with the hotspot clicked
    public function getPostBackValue()
    {
        return $this->_postBackValue;
    }
TImageMapEventParameter