Skip to end of metadata
Go to start of metadata

int FB::DOM::Element::getScrollHeight (  )  const [virtual]

Gets the scroll height property (read-only) of the element.

Returns:
The scroll height.

Definition at line 61 of file ScriptingCore/DOM/Element.cpp.

00062 {
00063     return getProperty<int>("scrollHeight");
00064 }


Generated on 20 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None