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






Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.

Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.")>
Public Property ResultBoxWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.ResultBoxWidth = value
 
value = instance.ResultBoxWidth
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.")]
public int ResultBoxWidth {get; set;}
Delphi 
public read-write property ResultBoxWidth: Integer; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.")
public function get,set ResultBoxWidth : int
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.")]
public: __property int get_ResultBoxWidth();
public: __property void set_ResultBoxWidth( 
   int value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns or sets the width of the result box. Set this property to 0 for automatic width calculation.")]
public:
property int ResultBoxWidth {
   int get();
   void set (    int 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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Define the result box's height and width

Concepts

All-new, sleeker User Interface
User Interface Elements

© 2012 Intersoft Solutions Corp. All Rights Reserved.