'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 メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.