Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTextField::getScrolling Method
Syntax
C++
void getScrolling(bool& state) const;

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. 

 

Parameters
Description
state
[out] A placeholder for the scrolling flag value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.