ComponentOne Windows 7 Control Pack for WinForms
Item(String) Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > CustomButtonCollection Class > Item Property : Item(String) Property
Gets the first C1CustomButton with the specified name in the collection.
Syntax
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As C1CustomButton
Dim instance As CustomButtonCollection
Dim name As String
Dim value As C1CustomButton
 
value = instance.Item(name)
public C1CustomButton Item( 
   string name
) {get;}
public:
property C1CustomButton^ Item {
   C1CustomButton^ get(String^ name);
}

Parameters

name
See Also

Reference

CustomButtonCollection Class
CustomButtonCollection Members
Overload List