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






Specifies the text that will appear when mouse is over the More button. Specifies the text that will appear when mouse is over the More button.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the text that will appear when mouse is over the More button.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property MoreTitleText As String
Visual Basic (Usage)Copy Code
Dim instance As TextSet
Dim value As String
 
instance.MoreTitleText = value
 
value = instance.MoreTitleText
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear when mouse is over the More button.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string MoreTitleText {get; set;}
Delphi 
public read-write property MoreTitleText: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the text that will appear when mouse is over the More button.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set MoreTitleText : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear when mouse is over the More button.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_MoreTitleText();
public: __property void set_MoreTitleText( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear when mouse is over the More button.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ MoreTitleText {
   String^ get();
   void set (    String^ value);
}

Remarks

The default value of this property is "More Records".

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.