ImageGear PDF v25.2 - Updated
IsScrollBarVisible Method (PageView)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : IsScrollBarVisible Method
Specifies the scrollbar whose attributes are requested.
This method returns visibility state of the scrollbar specified.
Syntax
'Declaration
 
Public Function IsScrollBarVisible( _
   ByVal scrollBarType As ImGearScrollBarType _
) As Boolean
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim value As Boolean
 
value = instance.IsScrollBarVisible(scrollBarType)
public bool IsScrollBarVisible( 
   ImGearScrollBarType scrollBarType
)
public: bool IsScrollBarVisible( 
   ImGearScrollBarType scrollBarType
) 
public:
bool IsScrollBarVisible( 
   ImGearScrollBarType scrollBarType
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.

Return Value

True if scrollbar is visible, false if it is hidden.
See Also

Reference

PageView Class
PageView Members

Is this page helpful?
Yes No
Thanks for your feedback.