Intersoft WebInput Documentation
DropDownStyle Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : DropDownStyle Property






Glossary Item Box

Gets or sets the style of dropdown button element.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DropDownStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As ISNet.WebUI.DynamicStyle
 
instance.DropDownStyle = value
 
value = instance.DropDownStyle
C# 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public ISNet.WebUI.DynamicStyle DropDownStyle {get; set;}
Delphi 
public read-write property DropDownStyle: ISNet.WebUI.DynamicStyle; 
JScript 
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set DropDownStyle : ISNet.WebUI.DynamicStyle
Managed Extensions for C++ 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property ISNet.WebUI.DynamicStyle* get_DropDownStyle();
public: __property void set_DropDownStyle( 
   ISNet.WebUI.DynamicStyle* value
);
C++/CLI 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property ISNet.WebUI.DynamicStyle^ DropDownStyle {
   ISNet.WebUI.DynamicStyle^ get();
   void set (    ISNet.WebUI.DynamicStyle^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebInput Class
WebInput Members
ISNet.WebUI.DynamicStyle

© 2013 Intersoft Solutions Corp. All Rights Reserved.