Prado\Web\UI\WebControls\THiddenField::focus PHP Method

focus() public method

This method overrides the parent implementation by forbidding setting focus to this control.
public focus ( )
    public function focus()
    {
        throw new TNotSupportedException('hiddenfield_focus_unsupported');
    }