PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmStdBaseRibbonForm

    Standar Base Ribbon Form.

    Inheritance
    System.Object
    frmStdBaseRibbonForm
    frmStdBaseMainWindow
    Namespace: StdPlatBS100.Base
    Assembly: StdPlatBS100.dll
    Syntax
    public abstract class frmStdBaseRibbonForm : RibbonForm

    Constructors

    frmStdBaseRibbonForm()

    Initializes a new instance of the frmStdBaseRibbonForm class.

    Declaration
    protected frmStdBaseRibbonForm()

    Properties

    CurrencyButton

    Gets the currency button.

    Declaration
    public abstract BarButtonItem CurrencyButton { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem

    ExchangeDirection

    Gets the exchange direction.

    Declaration
    public abstract BarButtonItem ExchangeDirection { get; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem

    InformacaoRelacionadaActiva

    Gets or sets a value indicating whether [informacao relacionada activa].

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

    InformacaoRelacionadaDisponivel

    Gets or sets a value indicating whether [informacao relacionada disponivel].

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

    NavigationBar

    Gets or sets the navigation bar.

    Declaration
    public abstract OfficeNavigationBar NavigationBar { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.Navigation.OfficeNavigationBar

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    See Also

    DevExpress.XtraBars.Ribbon.RibbonForm