Intersoft ClientUI Documentation
FallBackItem Property



Gets or sets the item that is used when a user attempts to set a value not included in the domain.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FallBackItem As Object
Dim instance As UXDomainUpDown
Dim value As Object
 
instance.FallBackItem = value
 
value = instance.FallBackItem
[CategoryAttribute("Common Properties")]
public object FallBackItem {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Object^ FallBackItem {
   Object^ get();
   void set (    Object^ value);
}
Remarks
FallbackItem will only be used if it is contained within the Items collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDomainUpDown Class
UXDomainUpDown Members

Concepts

UXDomainUpDown

Send Feedback