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

Gets or sets combo box (drop down list) displayed in message box

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

Syntax

C#
[DefaultValueAttribute(typeof(MessageBox..::..MessageBoxComboBox), null)]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)]
[EditorAttribute(typeof(NewEditor), typeof(UITypeEditor))]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public MessageBox..::..MessageBoxComboBox ComboBox { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(MessageBox..::..MessageBoxComboBox), Nothing)> _
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)> _
<EditorAttribute(GetType(NewEditor), GetType(UITypeEditor))> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Property ComboBox As MessageBox..::..MessageBoxComboBox
	Get
	Set
Visual C++
[DefaultValueAttribute(typeof(MessageBox..::..MessageBoxComboBox), nullptr)]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::WindowStyle)]
[EditorAttribute(typeof(NewEditor), typeof(UITypeEditor))]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public:
property MessageBox..::..MessageBoxComboBox^ ComboBox {
	MessageBox..::..MessageBoxComboBox^ get ();
	void set (MessageBox..::..MessageBoxComboBox^ value);
}
F#
[<DefaultValueAttribute(typeof(MessageBox..::..MessageBoxComboBox), null)>]
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)>]
[<EditorAttribute(typeof(NewEditor), typeof(UITypeEditor))>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member ComboBox : MessageBox..::..MessageBoxComboBox with get, set
JScript
function get ComboBox () : MessageBox..::..MessageBoxComboBox
function set ComboBox (value : MessageBox..::..MessageBoxComboBox)

See Also