ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollChangedEventArgs Class / IsEnabled Property




In This Topic
    IsEnabled Property (ImGearScrollChangedEventArgs)
    In This Topic
    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