PowerTools SPREAD for Windows Forms 8.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 メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.