Intersoft WebCombo Documentation
ParentEmptyPromptText Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > TextSet Class : ParentEmptyPromptText Property






Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage. Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ParentEmptyPromptText As String
Visual Basic (Usage)Copy Code
Dim instance As TextSet
Dim value As String
 
instance.ParentEmptyPromptText = value
 
value = instance.ParentEmptyPromptText
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string ParentEmptyPromptText {get; set;}
Delphi 
public read-write property ParentEmptyPromptText: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ParentEmptyPromptText : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_ParentEmptyPromptText();
public: __property void set_ParentEmptyPromptText( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text used for the prompt when ParentEmptyAction is set to PromptMessage.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ ParentEmptyPromptText {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.