'Declaration
Public Overloads Overridable ReadOnly Property Item( _ ByVal key As System.String _ ) As System.Windows.Forms.StatusBarPanel
'Usage
Dim instance As NStatusBarPanelCollection Dim key As System.String Dim value As System.Windows.Forms.StatusBarPanel value = instance.Item(key)
public virtual System.Windows.Forms.StatusBarPanel Item( System.string key ) {get;}
Parameters
- key