ImageGear .NET v24.12 - Updated
IsScrollBarEnabled Method (PageView)




ImageGear24.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)
public bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
)
public: bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
) 
public:
bool IsScrollBarEnabled( 
   ImGearScrollBarType 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