Intersoft WebCombo Documentation
ParentEmptyAction Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LinkSettings Class : ParentEmptyAction Property






Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected). Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ParentEmptyAction As EmptyAction
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As EmptyAction
 
instance.ParentEmptyAction = value
 
value = instance.ParentEmptyAction
C# 
[DescriptionAttribute("Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public EmptyAction ParentEmptyAction {get; set;}
Delphi 
public read-write property ParentEmptyAction: EmptyAction; 
JScript 
DescriptionAttribute("Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set ParentEmptyAction : EmptyAction
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property EmptyAction get_ParentEmptyAction();
public: __property void set_ParentEmptyAction( 
   EmptyAction value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the action to be performed when the user requests data for this WebCombo instance, but the specified ParentWebCombo(s) are still empty (no value selected).")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property EmptyAction ParentEmptyAction {
   EmptyAction get();
   void set (    EmptyAction value);
}

Remarks

By default, the value of this property is PromptMessage where the combo will prompt a message if the ParentWebCombo contains no value. If you set this property to ShowEmptyResult, the combo will show empty result when the ParentWebCombo contains no 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

LinkSettings Class
LinkSettings Members

Concepts

Linked WebCombo

© 2012 Intersoft Solutions Corp. All Rights Reserved.