GrapeCity SPREAD for Windows Forms 12.0J
Remove メソッド (FpScrollBarButtonCollection)


System.Collections.IListから削除するSystem.Object
特定のオブジェクトをSystem.Collections.IList内で検索し、最初に見つかったものを削除します。
構文
'Declaration
 
Public Sub Remove( _
   ByVal value As Object _
) 
'使用法
 
Dim instance As FpScrollBarButtonCollection
Dim value As Object
 
instance.Remove(value)
public void Remove( 
   object value
)

パラメータ

value
System.Collections.IListから削除するSystem.Object
例外
例外説明
System.NotSupportedExceptionSystem.Collections.IListが読み取り専用であるか、またはSystem.Collections.IListのサイズが固定されています。
参照

FpScrollBarButtonCollection クラス
FpScrollBarButtonCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.