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
    Namespace: Sdl.Desktop.IntegrationApi.Internal
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public class DefaultExplorerBar : UserControl

    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.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

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