PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CustomRibbonCustomizationForm

    Inheritance
    System.Object
    CustomRibbonCustomizationForm
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class CustomRibbonCustomizationForm : RibbonCustomizationForm

    Constructors

    CustomRibbonCustomizationForm(RibbonControl)

    Declaration
    public CustomRibbonCustomizationForm(RibbonControl control)
    Parameters
    Type Name Description
    DevExpress.XtraBars.Ribbon.RibbonControl control

    Methods

    CreateFormBorderPainter()

    Declaration
    protected override FormPainter CreateFormBorderPainter()
    Returns
    Type Description
    DevExpress.Skins.XtraForm.FormPainter

    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.

    OnShown(EventArgs)

    Declaration
    protected override void OnShown(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e