Mini Kabibi Habibi
<?xml version="1.0" encoding="UTF-8"?>
<totalinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="H:\Work\XML Schemes\module-new.xsd">
<controls>
<controlentry>
<control>
<name>teEditMask</name>
<windowcaption>Edit Mask</windowcaption>
<description>This text editor allows you to specify the mask expression.</description>
<memberlist>MaskProperties.EditMask</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>icbAutoComplete</name>
<windowcaption>Auto Complete</windowcaption>
<description>This combo box allows you to change the automatic completion mode used by the editor in the RegEx mask mode.</description>
<memberlist>MaskProperties.AutoComplete</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>cbPlaceHolder</name>
<windowcaption>Place Holder</windowcaption>
<description>This combo box allows you to change the character used as the placeholder in a masked editor for the Simple, Regular and RegEx mask types..</description>
<memberlist>MaskProperties.PlaceHolder, MaskProperties.ShowPlaceHolders</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>ceBeepOnError</name>
<windowcaption>Beep On Error</windowcaption>
<description>This check box controls whether an editor makes a beep sound when an end-user tries to enter an invalid character.</description>
<memberlist>MaskProperties.BeepOnError</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>ceIgnoreMaskBlank</name>
<windowcaption>Ignore Mask Blank</windowcaption>
<description>This check box controls whether an editor can lose focus when a value hasn't been entered. This affects only the Simple, Regular and RegEx mask types.</description>
<memberlist>MaskProperties.IgnoreMaskBlank</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>ceSaveLiteral</name>
<windowcaption>Save Literal</windowcaption>
<description>This check box controls whether constantly displayed mask characters (literals) are included in an editor's value. This affects only the Simple and Regular mask types. For the RegEx mask type the constantly displayed characters are always included in the editor's value.</description>
<memberlist>MaskProperties.SaveLiteral</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>ceShowPlaceHolder</name>
<windowcaption>Show Place Holder</windowcaption>
<description>This check box controls whether placeholders are displayed in a masked editor. This affects only the RegEx mask type. For the Regular and Simple mask types placeholders are always visible. For the Numeric and DateTime mask types placeholders are not supported.</description>
<memberlist>MaskProperties.ShowPlaceHolders, MaskProperties.PlaceHolder</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
<controlentry>
<control>
<name>ceUseMaskAsDisplayFormat</name>
<windowcaption>Use Mask As Display Format</windowcaption>
<description>This check box controls whether the mask settings are used to format display values when the editor isn't focused.</description>
<memberlist>MaskProperties.UseMaskAsDisplayFormat</memberlist>
<dtimage></dtimage>
</control>
</controlentry>
</controls>
</totalinfo>