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