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 |
|---|
| System.Boolean |