menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILayoutPanel - API Reference

    Show / Hide Table of Contents

    Interface ILayoutPanel

    Presents interface for layout panel in DocumentContainer.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface ILayoutPanel : IDisposable

    Methods

    BackforwardSwitchImmediate()

    Back forward the switch immediate.

    Declaration
    void BackforwardSwitchImmediate()

    CanSwitch()

    Determines whether this instance can switch.

    Declaration
    bool CanSwitch()
    Returns
    Type Description
    System.Boolean

    true if this instance can switch; otherwise, false.

    CreateChildDocumentParams(FrameworkElement, Boolean)

    Creates the child document params.

    Declaration
    ChildDocumentParams CreateChildDocumentParams(FrameworkElement element, bool isActive)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement element

    The element.

    System.Boolean isActive

    if set to true [is active].

    Returns
    Type Description
    ChildDocumentParams

    ChildDocument Params

    ForwardSwitchImmediate(Boolean, Boolean)

    Forwards the switch immediate.

    Declaration
    void ForwardSwitchImmediate(bool firstTabulation, bool isKeepCircle)
    Parameters
    Type Name Description
    System.Boolean firstTabulation

    if set to true [first tabulation].

    System.Boolean isKeepCircle

    if set to true [is keep circle].

    GetContent(Control)

    Gets the Content.

    Declaration
    UIElement GetContent(Control wrapper)
    Parameters
    Type Name Description
    System.Windows.Controls.Control wrapper

    The wrapper.

    Returns
    Type Description
    System.Windows.UIElement

    UIElement content

    GetOrderedItems()

    Gets the ordered items.

    Declaration
    IList<Control> GetOrderedItems()
    Returns
    Type Description
    System.Collections.Generic.IList<System.Windows.Controls.Control>

    Ilist Control Items

    ResetVisibleList()

    Resets the visible list.

    Declaration
    void ResetVisibleList()

    SetActiveDocument(UIElement)

    Sets the active document.

    Declaration
    void SetActiveDocument(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    SetActiveItem(FrameworkElement)

    Sets the active item.

    Declaration
    void SetActiveItem(FrameworkElement activeItem)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement activeItem

    The active item.

    SetActiveWindow(Control)

    Sets the active window.

    Declaration
    void SetActiveWindow(Control wrapper)
    Parameters
    Type Name Description
    System.Windows.Controls.Control wrapper

    The wrapper.

    SetFocus()

    Sets the focus.

    Declaration
    void SetFocus()

    UpdateAfterPersistLoad()

    Updates the after persist load.

    Declaration
    void UpdateAfterPersistLoad()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved