Intersoft WebGrid Documentation
Prompt Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebValueList Class : Prompt Property






The default text that will appear when nothing is selected in WebValueList's Edit control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute()>
<BrowsableAttribute(False)>
Public Property Prompt As String
Visual Basic (Usage)Copy Code
Dim instance As WebValueList
Dim value As String
 
instance.Prompt = value
 
value = instance.Prompt
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[BrowsableAttribute(false)]
public string Prompt {get; set;}
Delphi 
public read-write property Prompt: String; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute()
BrowsableAttribute()
public function get,set Prompt : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[BrowsableAttribute(false)]
public: __property string* get_Prompt();
public: __property void set_Prompt( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[BrowsableAttribute(false)]
public:
property String^ Prompt {
   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.