/ Assembly List / CVRManager / LJCMaskBox

Namespace - CVRManager


Syntax

C#
public class LJCMaskBox : MaskedTextBox

The custom MaskTextBox.

Public Methods
#ctor Initializes an object instance.
LJCIsEmpty Checks if the control Text matches TextCheckString.
2 Methods

Private Methods
Dispose Clean up any resources being used.
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.
OnEnter Handles the Enter event to set the Mask.
OnKeyPress Handles the KeyPress event.
OnLeave Handles the Leave event to clear the Mask if empty.
5 Methods

Properties
LJCMaskValue Gets or sets the MaskValue.
LJCText Gets or sets the Mask and Text value.
LJCTextCheckString Gets or sets the TextCheckString value.

Fields
components Required designer variable.
LJCDateCheckString The Date check string.
LJCDateMaskValue The Date Mask Value.
LJCTimeCheckString The Time check string.
LJCTimeMaskValue The Time Mask Value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.