Click or drag to resize
MaskPartCollection Class
Represents the collection of mask parts in a KaxMaskedTextBox.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsMaskPartCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class MaskPartCollection : CollectionBase, 
	IStateManager

The MaskPartCollection type exposes the following members.

Constructors
  NameDescription
Public methodMaskPartCollection
Top
Methods
  NameDescription
Public methodAdd
Appends the specified MaskPart to the end of the collection.
Public methodContains
Determines whether the collection contains the specified item
Public methodIndexOf
Determines the index value that represents the position of the specified MaskPart in the collection.
Public methodInsert
Inserts the specified MaskPart in the collection at the specified index location.
Public methodRemove

Removes the specified MaskPart from the collection.

Top
Properties
  NameDescription
Public propertyItem
Gets a MaskPart at the specified index in the collection.
Public propertyOwner
Gets or sets the KaxMaskedInputControl, which uses the collection.
Top
See Also