ImageGear .NET v25.2 - Updated
IsScrollBarEnabled Method (IImGearScrollableView)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearScrollableView Interface : IsScrollBarEnabled Method
Specifies the scrollbar whose attributes are requested.
Returns a value indicating whether the scrollbar is enabled.
Syntax
'Declaration
 
Function IsScrollBarEnabled( _
   ByVal scrollBarType As ImGearScrollBarType _
) As Boolean
'Usage
 
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim value As Boolean
 
value = instance.IsScrollBarEnabled(scrollBarType)
bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
)
bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
) 
bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.

Return Value

Boolean value.
See Also

Reference

IImGearScrollableView Interface
IImGearScrollableView Members
ImGearScrollBarType Enumeration

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