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






Returns or sets the height of the result box.

Returns or sets the height of the result box.

Syntax

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