ShellComboBox.Items Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntaxpublic ComboBox.ObjectCollection Items { get; }
Public ReadOnly Property Items As ComboBox.ObjectCollection
Get
public:
property ComboBox.ObjectCollection^ Items {
ComboBox.ObjectCollection^ get ();
}
member Items : ComboBox.ObjectCollection with get
Property Value
Type:
ComboBox.ObjectCollection
See Also