WinForms

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

    Show / Hide Table of Contents

    Interface IDockingManagerDesignerInvoke

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IDockingManagerDesignerInvoke

    Methods

    ApplyDHCFloatOnlySettings()

    Declaration
    void ApplyDHCFloatOnlySettings()

    GetControllerList()

    Declaration
    ArrayList GetControllerList()
    Returns
    Type Description
    System.Collections.ArrayList

    GetDHCInFocus()

    Declaration
    DockHostController GetDHCInFocus()
    Returns
    Type Description
    DockHostController

    GetDockAbilityTable()

    Declaration
    Hashtable GetDockAbilityTable()
    Returns
    Type Description
    System.Collections.Hashtable

    GetEnableDockingList()

    Declaration
    ArrayList GetEnableDockingList()
    Returns
    Type Description
    System.Collections.ArrayList

    GetFFControllerList()

    Declaration
    ArrayList GetFFControllerList()
    Returns
    Type Description
    System.Collections.ArrayList

    GetFreezeResizeControllers()

    Declaration
    ArrayList GetFreezeResizeControllers()
    Returns
    Type Description
    System.Collections.ArrayList

    GetHostFormController()

    Declaration
    MainFormController GetHostFormController()
    Returns
    Type Description
    MainFormController

    GetIconTable()

    Declaration
    Hashtable GetIconTable()
    Returns
    Type Description
    System.Collections.Hashtable

    GetInheritedControlsList()

    Declaration
    ArrayList GetInheritedControlsList()
    Returns
    Type Description
    System.Collections.ArrayList

    GetmIconTable()

    Declaration
    Hashtable GetmIconTable()
    Returns
    Type Description
    System.Collections.Hashtable

    GetOuterDockAbilityTable()

    Declaration
    Hashtable GetOuterDockAbilityTable()
    Returns
    Type Description
    System.Collections.Hashtable

    GetPrimarySelection()

    Declaration
    object GetPrimarySelection()
    Returns
    Type Description
    System.Object

    GetTextTable()

    Declaration
    Hashtable GetTextTable()
    Returns
    Type Description
    System.Collections.Hashtable

    LoadFromStream(Stream)

    Declaration
    bool LoadFromStream(Stream file)
    Parameters
    Type Name Description
    System.IO.Stream file
    Returns
    Type Description
    System.Boolean

    SetDHCInFocus(DockHostController)

    Declaration
    void SetDHCInFocus(DockHostController dhc)
    Parameters
    Type Name Description
    DockHostController dhc

    SetSelectedComponents(ICollection, SelectionTypes)

    Declaration
    void SetSelectedComponents(ICollection clln, SelectionTypes seltype)
    Parameters
    Type Name Description
    System.Collections.ICollection clln
    System.ComponentModel.Design.SelectionTypes seltype
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved