Intersoft WebInput Documentation
CustomPlaceHolders Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > MaskInfo Class : CustomPlaceHolders Property






Glossary Item Box

Gets custom placeholder collection for current masking expression.

Syntax

Visual Basic (Declaration) 
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property CustomPlaceHolders As CustomPlaceHolderCollection
Visual Basic (Usage)Copy Code
Dim instance As MaskInfo
Dim value As CustomPlaceHolderCollection
 
value = instance.CustomPlaceHolders
C# 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public CustomPlaceHolderCollection CustomPlaceHolders {get;}
Delphi 
public read-only property CustomPlaceHolders: CustomPlaceHolderCollection; 
JScript 
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get CustomPlaceHolders : CustomPlaceHolderCollection
Managed Extensions for C++ 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property CustomPlaceHolderCollection* get_CustomPlaceHolders();
C++/CLI 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property CustomPlaceHolderCollection^ CustomPlaceHolders {
   CustomPlaceHolderCollection^ get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.