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






Glossary Item Box

Gets or sets the style of dropdown button element.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")>
Public ReadOnly Property DropDownStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebInputStyleSettings
Dim value As ISNet.WebUI.DynamicStyle
 
value = instance.DropDownStyle
C# 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
public ISNet.WebUI.DynamicStyle DropDownStyle {get;}
Delphi 
public read-only property DropDownStyle: ISNet.WebUI.DynamicStyle; 
JScript 
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")
public function get DropDownStyle : ISNet.WebUI.DynamicStyle
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
public: __property ISNet.WebUI.DynamicStyle* get_DropDownStyle();
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the style of dropdown button element.")]
public:
property ISNet.WebUI.DynamicStyle^ DropDownStyle {
   ISNet.WebUI.DynamicStyle^ get();
}

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.