PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmBaseToKeyboard

    Inheritance
    System.Object
    frmBaseToKeyboard
    frmStdBaseForm
    Implements
    System.IDisposable
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class frmBaseToKeyboard : XtraForm, IDisposable

    Constructors

    frmBaseToKeyboard()

    Initializes a new instance of the frmBaseToKeyboard class.

    Declaration
    public frmBaseToKeyboard()

    Properties

    ShowingKeyboard

    Informs the caller if the keyboard is being shown.

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

    ViewCharPassword

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

    Methods

    AfterSendKeyEnterByVirtualKeyboard()

    Declaration
    public virtual void AfterSendKeyEnterByVirtualKeyboard()

    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.

    Finalize()

    Form base destructor.

    Declaration
    protected override void Finalize()

    InitVirtualKeyboard(Form, Boolean, String)

    Inis the specified controls.

    Declaration
    public void InitVirtualKeyboard(Form form, bool isTouch, string languageKeyboard = "PT")
    Parameters
    Type Name Description
    System.Windows.Forms.Form form
    System.Boolean isTouch

    if set to true [is touch].

    System.String languageKeyboard

    The language keyboard.

    Implements

    System.IDisposable