Intersoft WebCombo Documentation
AllowTextWrapping Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : AllowTextWrapping Property






Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.

Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.")>
Public Property AllowTextWrapping As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AllowTextWrapping = value
 
value = instance.AllowTextWrapping
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.")]
public bool AllowTextWrapping {get; set;}
Delphi 
public read-write property AllowTextWrapping: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.")
public function get,set AllowTextWrapping : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.")]
public: __property bool get_AllowTextWrapping();
public: __property void set_AllowTextWrapping( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Returns or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis.")]
public:
property bool AllowTextWrapping {
   bool get();
   void set (    bool 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.