Intersoft WebCombo Documentation
ControlType Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboIntegrationSettings Class : ControlType Property






Specifies the built-in control type to be integrated in the WebCombo's ResultBox.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the built-in control type to be integrated in the WebCombo's ResultBox.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ControlType As IntegrationControlType
Visual Basic (Usage)Copy Code
Dim instance As WebComboIntegrationSettings
Dim value As IntegrationControlType
 
instance.ControlType = value
 
value = instance.ControlType
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the built-in control type to be integrated in the WebCombo's ResultBox.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public IntegrationControlType ControlType {get; set;}
Delphi 
public read-write property ControlType: IntegrationControlType; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the built-in control type to be integrated in the WebCombo's ResultBox.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ControlType : IntegrationControlType
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the built-in control type to be integrated in the WebCombo's ResultBox.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property IntegrationControlType get_ControlType();
public: __property void set_ControlType( 
   IntegrationControlType value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the built-in control type to be integrated in the WebCombo's ResultBox.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property IntegrationControlType ControlType {
   IntegrationControlType get();
   void set (    IntegrationControlType 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.