Search Results for

    Show / Hide Table of Contents

    Class DefaultExplorerBar

    The default implementation of the explorer bar in case the view controller is not implementing a custom one.

    Inheritance
    System.Object
    DefaultExplorerBar
    Implements
    IUIControl
    System.IDisposable
    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

    IUIControl
    System.IDisposable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • DefaultExplorerBar()
    • Methods
      • Dispose(Boolean)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX