Intersoft WebCombo Documentation
AutoPositionResultBox Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > MultipleSelectionSettings Class : AutoPositionResultBox Property






Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.

Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.")>
Public Property AutoPositionResultBox As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As Boolean
 
instance.AutoPositionResultBox = value
 
value = instance.AutoPositionResultBox
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.")]
public bool AutoPositionResultBox {get; set;}
Delphi 
public read-write property AutoPositionResultBox: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.")
public function get,set AutoPositionResultBox : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.")]
public: __property bool get_AutoPositionResultBox();
public: __property void set_AutoPositionResultBox( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the ResultBox position should be automatically positioned beneath the cursor position.")]
public:
property bool AutoPositionResultBox {
   bool get();
   void set (    bool value);
}

Remarks

When this property is set to True, the ResultBox location will be automatically positioned beneath the cursor position.

This property is only applicable for Editable mode, that is TextBoxMode is set to Editable.

This property is only applicable for Editable mode, that is TextBoxMode is set to Editable.

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.