PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdFlatButton

    Inheritance
    System.Object
    StdFlatButton
    Namespace: StdPlatBS100.UserControls
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdFlatButton : Button

    Constructors

    StdFlatButton()

    Initializes a new instance of the StdFlatButton class.

    Declaration
    public StdFlatButton()

    Properties

    ShowFocusCues

    Gets a value indicating whether the control should display focus rectangles.

    Declaration
    protected override bool ShowFocusCues { get; }
    Property Value
    Type Description
    System.Boolean

    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.

    NotifyDefault(Boolean)

    Notifies the System.Windows.Forms.Button whether it is the default button so that it can adjust its appearance accordingly.

    Declaration
    public override void NotifyDefault(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    true if the button is to have the appearance of the default button; otherwise, false.