Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.XmlSerializableAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")> <ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.CategoryAttribute("Behavior")> Public Overridable Property RenderingMode As ISNet.WebUI.RenderMode |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As ISNet.WebUI.RenderMode instance.RenderingMode = value value = instance.RenderingMode |
C# | |
---|---|
[ISNet.Serialization.XmlSerializableAttribute()] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")] [ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.CategoryAttribute("Behavior")] public virtual ISNet.WebUI.RenderMode RenderingMode {get; set;} |
Delphi | |
---|---|
public read-write property RenderingMode: ISNet.WebUI.RenderMode; virtual; |
JScript | |
---|---|
ISNet.Serialization.XmlSerializableAttribute() System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.") ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.DefaultValueAttribute() System.ComponentModel.CategoryAttribute("Behavior") public function get,set RenderingMode : ISNet.WebUI.RenderMode |
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