ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollInfo Structure / InitToDefault Method




In This Topic
    InitToDefault Method (ImGearScrollInfo)
    In This Topic
    Initializes the object with default valid values.
    Syntax
    'Declaration
     
    Public Sub InitToDefault() 
    'Usage
     
    Dim instance As ImGearScrollInfo
     
    instance.InitToDefault()
    public void InitToDefault()
    public: void InitToDefault(); 
    public:
    void InitToDefault(); 
    Remarks
    Default scroll values for both vertical and horizontal directions are following:
    • Scrollbar mode is set to ImGearScrollBarModes.SCROLLBAR_AUTO
    • Min, Max, Pos and Page properties are set to 0
    See Also