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






Gets or sets the search button (dropdown button) position of the WebCombo. Gets or sets the search button (dropdown button) position of the WebCombo.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the search button (dropdown button) position of the WebCombo.")>
Public Property SearchButtonPosition As ButtonPosition
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ButtonPosition
 
instance.SearchButtonPosition = value
 
value = instance.SearchButtonPosition
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the search button (dropdown button) position of the WebCombo.")]
public ButtonPosition SearchButtonPosition {get; set;}
Delphi 
public read-write property SearchButtonPosition: ButtonPosition; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the search button (dropdown button) position of the WebCombo.")
public function get,set SearchButtonPosition : ButtonPosition
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the search button (dropdown button) position of the WebCombo.")]
public: __property ButtonPosition get_SearchButtonPosition();
public: __property void set_SearchButtonPosition( 
   ButtonPosition value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the search button (dropdown button) position of the WebCombo.")]
public:
property ButtonPosition SearchButtonPosition {
   ButtonPosition get();
   void set (    ButtonPosition value);
}

Remarks

You can determine whether the search button is positioned on the right or left of WebCombo.

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.