PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSDockingPanel

    Service class to manage docking panels.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSDockingPanel
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSDockingPanel : StdBSBaseService

    Constructors

    StdBSDockingPanel()

    Declaration
    public StdBSDockingPanel()

    Properties

    AlturaMax

    Gets or sets the altura maximum.

    Declaration
    public int AlturaMax { get; set; }
    Property Value
    Type Description
    System.Int32

    AlturaMin

    Gets or sets the altura minimum.

    Declaration
    public int AlturaMin { get; set; }
    Property Value
    Type Description
    System.Int32

    DisposeContainer

    Gets or sets a value indicating whether [dispose container].

    Declaration
    public bool DisposeContainer { get; set; }
    Property Value
    Type Description
    System.Boolean

    LarguraMax

    Gets or sets the largura maximum.

    Declaration
    public int LarguraMax { get; set; }
    Property Value
    Type Description
    System.Int32

    LarguraMin

    Gets or sets the largura minimum.

    Declaration
    public int LarguraMin { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    AfterChangeVisility(String, Boolean)

    After Change visibility.

    Declaration
    public void AfterChangeVisility(string panel, bool visible)
    Parameters
    Type Name Description
    System.String panel
    System.Boolean visible

    Mostra()

    Shows this instance.

    Declaration
    public void Mostra()

    Events

    PanelVisibilityChanged

    Panel Visibility Event.

    Declaration
    public event StdBSDockingPanel.PanelVisibilityChangedHandler PanelVisibilityChanged
    Event Type
    Type Description
    StdBSDockingPanel.PanelVisibilityChangedHandler

    See Also

    StdBSBaseService