[This is preliminary documentation and is subject to change.]

Represents combo box (drop down list) control for MessageBox

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DefaultPropertyAttribute("Items")]
[DefaultEventAttribute("SelectedIndexChanged")]
public class MessageBoxComboBox : MessageBox..::..MessageBoxControl
Visual Basic
<DefaultPropertyAttribute("Items")> _
<DefaultEventAttribute("SelectedIndexChanged")> _
Public Class MessageBoxComboBox _
	Inherits MessageBox..::..MessageBoxControl
Visual C++
[DefaultPropertyAttribute(L"Items")]
[DefaultEventAttribute(L"SelectedIndexChanged")]
public ref class MessageBoxComboBox : public MessageBox..::..MessageBoxControl
F#
[<DefaultPropertyAttribute("Items")>]
[<DefaultEventAttribute("SelectedIndexChanged")>]
type MessageBoxComboBox =  
    class
        inherit MessageBox..::..MessageBoxControl
    end
JScript
public class MessageBoxComboBox extends MessageBox..::..MessageBoxControl

Remarks

This class inherits implementation of IReportsChange from MessageBox..::..MessageBoxControl. The Changed event when raised for change of Items collection, reports event arguments of Items.CollectionChanged event (instead of the Changed).

Inheritance Hierarchy

System..::..Object
  Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxControl
    Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxComboBox

See Also