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






Glossary Item Box

Gets lookup chars of custom placeholder.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property LookupChars As LookUpCharCollection
Visual Basic (Usage)Copy Code
Dim instance As CustomPlaceHolder
Dim value As LookUpCharCollection
 
value = instance.LookupChars
C# 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public LookUpCharCollection LookupChars {get;}
Delphi 
public read-only property LookupChars: LookUpCharCollection; 
JScript 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")
ISNet.Serialization.BinarySerializableAttribute()
public function get LookupChars : LookUpCharCollection
Managed Extensions for C++ 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LookUpCharCollection* get_LookupChars();
C++/CLI 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LookUpCharCollection^ LookupChars {
   LookUpCharCollection^ get();
}

Property Value

A LookupChars that contains lookup char list.

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.