ImageGear .NET - Updated November 28, 2017
IsScrollBarEnabled Method (PageView)




ImageGear23.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : IsScrollBarEnabled Method
Specifies the scrollbar whose attributes are requested.
This method returns whether or not the specified scrollbar is enabled.
Syntax
'Declaration
 
Public Function IsScrollBarEnabled( _
   ByVal scrollBarType As ImGearScrollBarType _
) As Boolean
 
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim value As Boolean
 
value = instance.IsScrollBarEnabled(scrollBarType)

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.

Return Value

True if scrollbar is enabled, false if it is not enabled.
See Also

Reference

PageView Class
PageView Members