ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Check If TImageEnMView ScrollBars Are Showing
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

xequte

38510 Posts

Posted - Apr 30 2015 :  20:57:34  Show Profile  Reply
You can use:

IsVScrollVisible := GetWindowLong(ImageEnMView1.Handle, GWL_STYLE) and WS_VSCROLL <> 0;

IsHScrollVisible := GetWindowLong(ImageEnMView1.Handle, GWL_STYLE) and WS_HSCROLL <> 0;


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: