'Declaration
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonButton
public RibbonButton Item( string name ) {get;}
Parameters
- name
- String containing the name of the button to locate (case-sensitive).
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonButton
public RibbonButton Item( string name ) {get;}
If the collection does not contain a button with the specified name, an System.ArgumentOutOfRangeException exception is thrown.