Search Results for

    Show / Hide Table of Contents

    Interface IScrollersDockHost

    Interface IScrollersDockHost.

    Namespace: Binarymission.WinForms.Controls.ScrollBars
    Assembly: Binarymission.WinForms.Controls.ScrollBars.dll
    Syntax
    public interface IScrollersDockHost
    Remarks

    Prescribes minimum behavior to be implemented by controls that would like to host the Binarymission custom winforms scrollbars dock filled into them.
    This interface is expected to be implemented only by Binarymission custom controls for special behavior purposes - like Binarymission ScrollersPanel, ScrollablePicturePanel control, and many others.

    Properties

    DockHost

    Gets the dock host.

    Declaration
    Control DockHost { get; }

    ShouldNotPerformDockHostHorizontalSizePainting

    Gets or sets a value indicating whether the control should perform careful size painting.

    Declaration
    bool ShouldNotPerformDockHostHorizontalSizePainting { get; }
    Remarks

    This feature is effective only for controls implementing IScrollerDockHost (typically Binarymission controls only.)

    ShouldNotPerformDockHostVerticalSizePainting

    Gets or sets a value indicating whether the control should perform careful size painting.

    Declaration
    bool ShouldNotPerformDockHostVerticalSizePainting { get; }
    Remarks

    This feature is effective only for controls implementing IScrollerDockHost (typically Binarymission controls only.)

    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.