Intersoft ClientUI Documentation
FallBackItem Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDomainUpDown Class : FallBackItem Property






Gets or sets the item that is used when a user attempts to set a value not included in the domain.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property FallBackItem As Object
Visual Basic (Usage)Copy Code
Dim instance As UXDomainUpDown
Dim value As Object
 
instance.FallBackItem = value
 
value = instance.FallBackItem
C# 
[CategoryAttribute("Common Properties")]
public object FallBackItem {get; set;}
Delphi 
public read-write property FallBackItem: TObject; 
JScript 
CategoryAttribute("Common Properties")
public function get,set FallBackItem : Object
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Object* get_FallBackItem();
public: __property void set_FallBackItem( 
   Object* value
);
C++/CLI 
[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 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 All Rights Reserved.