Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.BinarySerializableAttribute()> <ISNet.Serialization.XmlSerializableAttribute()> <System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DescriptionAttribute("Gets or sets the location of images used to render the control.")> Public Property ImagesDirectory As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As System.String instance.ImagesDirectory = value value = instance.ImagesDirectory |
C# | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [ISNet.Serialization.XmlSerializableAttribute()] [System.ComponentModel.CategoryAttribute("Behavior")] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets the location of images used to render the control.")] public System.string ImagesDirectory {get; set;} |
Delphi | |
---|---|
public read-write property ImagesDirectory: System.String; |
JScript | |
---|---|
ISNet.Serialization.BinarySerializableAttribute() ISNet.Serialization.XmlSerializableAttribute() System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DefaultValueAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets the location of images used to render the control.") public function get,set ImagesDirectory : System.String |
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