menu

Document Processing

MaskedEditBoxExt Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    MaskedEditBoxExt Class

    Class for customize the MaskEditBox

    Inheritance
    System.Object
    MaskedEditBoxExt
    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class MaskedEditBoxExt : MaskedEditBox

    Constructors

    MaskedEditBoxExt()

    Declaration
    public MaskedEditBoxExt()

    Properties

    WatarMarkText

    Get or Set the water mark text for MaskEditBox

    Declaration
    public string WatarMarkText { get; set; }
    Property Value
    Type
    System.String

    Methods

    OnEnter(EventArgs)

    Declaration
    protected override void OnEnter(EventArgs arg)
    Parameters
    Type Name Description
    System.EventArgs arg

    OnHandleCreated(EventArgs)

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

    OnLeave(EventArgs)

    Declaration
    protected override void OnLeave(EventArgs arg)
    Parameters
    Type Name Description
    System.EventArgs arg

    OnMouseHover(EventArgs)

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

    OnMouseLeave(EventArgs)

    Declaration
    protected override void OnMouseLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved