PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSPopUpMenu

    Inheritance
    System.Object
    StdBSPopUpMenu
    Inherited Members
    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.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSPopUpMenu

    Constructors

    StdBSPopUpMenu()

    Declaration
    public StdBSPopUpMenu()

    Properties

    Items

    Gets or sets the items.

    Declaration
    public List<StdBSPopUpMenuButtonItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StdBSPopUpMenuButtonItem>

    MenuCaption

    Gets or sets the menu caption.

    Declaration
    public string MenuCaption { get; set; }
    Property Value
    Type Description
    System.String

    The menu caption.

    ShowCaption

    Gets or sets a value indicating whether [show caption].

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

    true if [show caption]; otherwise, false.

    Methods

    buildPopUp()

    Builds the pop up.

    Declaration
    public bool buildPopUp()
    Returns
    Type Description
    System.Boolean