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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets a value that determines the key gesture used to load more data when the ResultBox is shown.")>
Public Property LoadMoreKeyGesture As LoadMoreKeyGesture
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As LoadMoreKeyGesture
 
instance.LoadMoreKeyGesture = value
 
value = instance.LoadMoreKeyGesture
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the key gesture used to load more data when the ResultBox is shown.")]
public LoadMoreKeyGesture LoadMoreKeyGesture {get; set;}
Delphi 
public read-write property LoadMoreKeyGesture: LoadMoreKeyGesture; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Behavior")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets a value that determines the key gesture used to load more data when the ResultBox is shown.")
public function get,set LoadMoreKeyGesture : LoadMoreKeyGesture
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the key gesture used to load more data when the ResultBox is shown.")]
public: __property LoadMoreKeyGesture get_LoadMoreKeyGesture();
public: __property void set_LoadMoreKeyGesture( 
   LoadMoreKeyGesture value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the key gesture used to load more data when the ResultBox is shown.")]
public:
property LoadMoreKeyGesture LoadMoreKeyGesture {
   LoadMoreKeyGesture get();
   void set (    LoadMoreKeyGesture 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.