Intersoft WebCombo Documentation
XhtmlSearchImage Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : XhtmlSearchImage Property






Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers. Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property XhtmlSearchImage As String
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As String
 
instance.XhtmlSearchImage = value
 
value = instance.XhtmlSearchImage
C# 
[DescriptionAttribute("Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string XhtmlSearchImage {get; set;}
Delphi 
public read-write property XhtmlSearchImage: String; 
JScript 
DescriptionAttribute("Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set XhtmlSearchImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_XhtmlSearchImage();
public: __property void set_XhtmlSearchImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Specifies the image file name used to render the search button's arrow. This property is designed to be used in XHTML document and applies to Mozilla browsers.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ XhtmlSearchImage {
   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.