WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITabFeedback

    Show / Hide Table of Contents

    Interface ITabFeedback

    ITabFeedback is implemented by controls that allow tabbed docking/undocking. The FBProvider implementation uses the ITabFeedback methods to interact with controls, primarily dockhosts, during a tabbed docking

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface ITabFeedback

    Methods

    ProvideTabFeedback(IDraggable, MouseAction)

    Declaration
    bool ProvideTabFeedback(IDraggable idg, MouseAction action)
    Parameters
    Type Name Description
    IDraggable idg
    MouseAction action
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved