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






Specifies the target server control ID to be integrated according to the specified control type.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the target server control ID to be integrated according to the specified control type.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<IDReferencePropertyAttribute()>
<TypeConverterAttribute("System.Web.UI.WebControls.ControlIDConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ControlId As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboIntegrationSettings
Dim value As String
 
instance.ControlId = value
 
value = instance.ControlId
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the target server control ID to be integrated according to the specified control type.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[IDReferencePropertyAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.ControlIDConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public string ControlId {get; set;}
Delphi 
public read-write property ControlId: String; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the target server control ID to be integrated according to the specified control type.")
ISNet.Serialization.XmlSerializableAttribute()
IDReferencePropertyAttribute()
TypeConverterAttribute("System.Web.UI.WebControls.ControlIDConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ControlId : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the target server control ID to be integrated according to the specified control type.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[IDReferencePropertyAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.ControlIDConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_ControlId();
public: __property void set_ControlId( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the target server control ID to be integrated according to the specified control type.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[IDReferencePropertyAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.ControlIDConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ ControlId {
   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.