'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As Image
'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As Image
'使用法 Dim instance As RadioPicture Dim index As Integer Dim value As Image instance.Item(index) = value value = instance.Item(index)
'使用法
Dim instance As RadioPicture Dim index As Integer Dim value As Image instance.Item(index) = value value = instance.Item(index)
public Image Item( int index ) {get; set;}
RadioPicture クラス RadioPicture メンバ オーバーロード一覧
Copyright © 2004 GrapeCity inc.