Intersoft ClientUI Documentation
Items Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXButtonItems Class : Items Property






Gets the collection used to generate the content of the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Items As ItemCollection
Visual Basic (Usage)Copy Code
Dim instance As UXButtonItems
Dim value As ItemCollection
 
value = instance.Items
C# 
public ItemCollection Items {get;}
Delphi 
public read-only property Items: ItemCollection; 
JScript 
public function get Items : ItemCollection
Managed Extensions for C++ 
public: __property ItemCollection* get_Items();
C++/CLI 
public:
property ItemCollection^ Items {
   ItemCollection^ get();
}

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.