Any idea how to determine if the vertical scroll bar is active in a multiline textbox?
Active as in, the user can click the arrows and the text is long enough to scroll. Similiar to being enabled/disabled?
I'm trying to have a mouse event so when the user moves their mouse over a specific text box and if the scroll bar is active, after a second or so, a small transparent image appears in the bottom right side of the textbox indicating if the user clicks that image the text in the box will open in a larger window for them to view and resize instead of scrolling.