PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEBotoesRibbon

    Colecção de Módulos.

    Inheritance
    System.Object
    StdBEBotoesRibbon
    Implements
    StdPlatBE100.IStdBEBotoesRibbon
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("14D0754E-C769-4AAE-B2AA-38308DB8497A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEBotoesRibbon : IStdBEBotoesRibbon

    Constructors

    StdBEBotoesRibbon()

    Declaration
    public StdBEBotoesRibbon()

    Properties

    Botoes

    Declaration
    public PrimaveraOrderedDictionary Botoes { get; }
    Property Value
    Type Description
    Primavera.Platform.Collections.PrimaveraOrderedDictionary

    NumItens

    Devolve o número de elementos da colecção.

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

    Declaration
    public StdBEBotaoRibbon GetEdita(object vntIndex)
    Parameters
    Type Name Description
    System.Object vntIndex

    Posição do elemento.

    Returns
    Type Description
    StdBEBotaoRibbon

    Insere(StdBEBotaoRibbon)

    Insere um novo elemento na colecção.

    Declaration
    public object Insere(StdBEBotaoRibbon objPainel)
    Parameters
    Type Name Description
    StdBEBotaoRibbon objPainel
    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove um elemento da colecção.

    Declaration
    public void Remove(object vntIndex)
    Parameters
    Type Name Description
    System.Object vntIndex

    Posição do elemento.

    RemoveTodos()

    Remove todos os elementos da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    StdPlatBE100.IStdBEBotoesRibbon