ImageGear .NET v25.1 - Updated
IsEnabled Property (ImGearScrollChangedEventArgs)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : IsEnabled Property
Gets a value indicating whether the scrollbar is enabled.
Syntax
'Declaration
 
Public ReadOnly Property IsEnabled As Boolean
'Usage
 
Dim instance As ImGearScrollChangedEventArgs
Dim value As Boolean
 
value = instance.IsEnabled
public bool IsEnabled {get;}
public: __property bool get_IsEnabled();
public:
property bool IsEnabled {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members