Class DefaultExplorerBar
The default implementation of the explorer bar in case the view controller is not implementing a custom one.
Inheritance
DefaultExplorerBar
Implements
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApiInternal
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class DefaultExplorerBar : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IUIControl, IDisposable
Constructors
DefaultExplorerBar()
This is the implementation for the default explorer bar of a view.
Declaration
public DefaultExplorerBar()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed; otherwise, false. |