PowerTools SPREAD for Windows Forms 8.0J
RemoveIcon(String) メソッド


名前
指定した名前を持つアイコンオブジェクトを削除します。
構文
'Declaration
 
Public Overloads Function RemoveIcon( _
   ByVal name As String _
) As Boolean
'使用法
 
Dim instance As CustomIconContainer
Dim name As String
Dim value As Boolean
 
value = instance.RemoveIcon(name)
public bool RemoveIcon( 
   string name
)

パラメータ

name
名前

戻り値の型

成功した場合はtrue。それ以外の場合はfalse。
参照

CustomIconContainer クラス
CustomIconContainer メンバ
オーバーロード一覧

 

 


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