WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IVS2005FlipOwner

    Show / Hide Table of Contents

    Interface IVS2005FlipOwner

    Presents interface owner of VS2005 Flip.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IVS2005FlipOwner

    Properties

    ToolWindowsList

    Gets or sets the tool windows list.

    Declaration
    ObservableFrameworkElements ToolWindowsList { get; set; }
    Property Value
    Type Description
    ObservableFrameworkElements

    The tool windows list.

    Methods

    ClosePreview()

    Closes the preview.

    Declaration
    void ClosePreview()

    OnToolWindowsItemSelected(Object)

    Called when [tool windows item selected].

    Declaration
    void OnToolWindowsItemSelected(object item)
    Parameters
    Type Name Description
    System.Object item

    The item Flip owner.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved