API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdTextField Class > OdTextField Methods > OdTextField::getScrolling Method
OdTextField::getScrolling Method
Syntax
C++
void getScrolling(bool& state) const;
Parameters 
Description 
bool& state 
[out] A placeholder for the scrolling flag value. 

Returns the current text field scrolling flag value. If the flag is equal to true, the text field has a scroll control that can be used to scroll multiline text. Otherwise the text field does not contain a scroll control. The method fills a passed boolean value with the current flag value and returns it to a calling subroutine. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.