ImageGear for .NET
IsScrollBarVisible Method (PageView)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback