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



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

Parameters

name
See Also

Reference

ThumbButtonCollection Class
ThumbButtonCollection Members
Overload List