Intersoft ClientUI Documentation
CustomButtons Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > MessageBoxOptions Class : CustomButtons Property






Provides a collection of custom buttons that appear in the message box.

Syntax

Visual Basic (Declaration) 
Public Property CustomButtons As List(Of UXButton)
Visual Basic (Usage)Copy Code
Dim instance As MessageBoxOptions
Dim value As List(Of UXButton)
 
instance.CustomButtons = value
 
value = instance.CustomButtons
C# 
public List<UXButton> CustomButtons {get; set;}
Delphi 
public read-write property CustomButtons: List; 
JScript 
public function get,set CustomButtons : List
Managed Extensions for C++ 
public: __property List<UXButton*>* get_CustomButtons();
public: __property void set_CustomButtons( 
   List<UXButton*>* value
);
C++/CLI 
public:
property List<UXButton^>^ CustomButtons {
   List<UXButton^>^ get();
   void set (    List<UXButton^>^ 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 All Rights Reserved.