The methods of the ItemMaskedTextBox class are listed below. For a complete list of ItemMaskedTextBox class members, see the ItemMaskedTextBox Members topic.
ClearContents (inherited from Item) | Resets the data in the item to default value (null). |
Clone | Creates a deep copy of the ItemTextBox. |
Dispose (inherited from Item) | |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
MeasureTextSize (inherited from Item) | |
OnClicked (inherited from Item) | Raises the Clicked event. |
OnGotFocus (inherited from Item) | Raises the ItemGotFocus event. |
OnChanged (inherited from Item) | Raises the Changed event. |
OnLabelClicked (inherited from Item) | Raises the LabelClicked event. |
OnLostFocus (inherited from Item) | Raises the ItemLostFocus event. |
SetFocus (inherited from Item) | This function activate item and sets the keyboard focus to the specified item. All subsequent keyboard input is directed to this item. The item, if any, that previously had the keyboard focus loses it. |
ToString | Returns a String that represents the current Object. |
Click | Occurs when the Item is clicked. |
DefaultDraw (inherited from Item) | Default draw item method. |
Draw (inherited from Item) | Occurs when the Item is redrawn. |
DrawAlignmentString (inherited from Item) | Overloaded. Backward compatibility overload. Does not wrap text. |
DrawBackground (inherited from Item) | Overloaded. Draws background of an Item. |
DrawItemLabelArea (inherited from Item) | Draws the label area of the Item. |
DrawItemTextArea | Draws the text area of the Item. |
DrawRoundedRectangle (inherited from Item) | |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FormatValue (inherited from Item) | Converts the new proposed value to the text. |
GetActiveLabelWidth (inherited from Item) | Used by LabelAutoHeight to obtain current label width. |
GetActivePartBounds (inherited from Item) | Get active part bounds. |
GetActiveWidth (inherited from Item) | Used by AutoHeight to obtain current item width. |
GetLabelBounds (inherited from Item) | Get label bounds. |
GetMinimumHeight (inherited from Item) | |
GetTextBackColor (inherited from Item) | Returns actual text backcolor. |
GetTextForeBrush (inherited from Item) | Returns brush for actual text forecolor. |
GetTextForeColor (inherited from Item) | Returns actual text forecolor. |
Hide | Hide item control. |
InvokeAddEvent (inherited from Item) | |
InvokeGetProperty (inherited from Item) | |
InvokeMethod (inherited from Item) | |
InvokeRemoveEvent (inherited from Item) | |
InvokeSetProperty (inherited from Item) | |
LabelClick (inherited from Item) | Occurs when the Label is clicked. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
MouseDown (inherited from Item) | Occurs when the mouse button is hold down in the area of the Item. |
MouseUp (inherited from Item) | Occurs when the mouse button is released in the area of the Item. |
MoveTop | Move verticaly custom control. |
OnClick (inherited from Item) | |
OnLabelClick (inherited from Item) | |
OnPropertyChanged (inherited from Item) | Refreshes the parent DetailView when some property of the Item was changed. |
OnValidating (inherited from Item) | Fires the Validating event. |
Parse (inherited from Item) | Parses the new proposed text to get the new value for the control. |
SetProperty (inherited from Item) | |
SetText | Sets the text for the Item. |
SetValue (inherited from Item) | Sets the value for the Item. |
ShouldSerializeErrorBackground (inherited from Item) | Indicates whether the ItemBorder property should be persisted. |
ShouldSerializeItemBorder (inherited from Item) | Indicates whether the ItemBorder property should be persisted. |
ShouldSerializeLabelHeight (inherited from Item) | Indicates whether the LabelHeight property should be persisted. |
ShouldSerializeLineAlign (inherited from Item) | Indicates whether the LineAlign property should be persisted. |
ShouldSerializePasswordChar | Indicates whether the PasswordChar property should be persisted. |
ShouldSerializePromptChar | Indicates whether the PromptChar property should be persisted. |
ShouldSerializeRoundedCorner (inherited from Item) | Indicates whether the Style property should be persisted. |
ShouldSerializeStyle (inherited from Item) | Indicates whether the Style property should be persisted. |
ShouldSerializeTag (inherited from Item) | Indicates whether the Tag property should be persisted. |
ShouldSerializeTextMaskFormat | Indicates whether the TextMaskFormat property should be persisted. |
UpdateControl | Update custom control. |
HandleKey (inherited from Item) | |
HandleKeyUp (inherited from Item) | |
ScaleItem (inherited from Item) | Scale the item. |
ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace