Editor for WinForms
RemoveElement メソッド

C1.Win.Editor.6 アセンブリ > C1.Win.Editor 名前空間 > C1Editor クラス : RemoveElement メソッド
削除する要素の ID。
削除するタグ名。
削除する要素のクラス名。
子要素も削除するかどうかを決定します。
ID、タグ、またはクラス名に基づいて要素を削除します。
シンタックス
'宣言
 
Public Sub RemoveElement( _
   ByVal elementId As System.String, _
   Optional ByVal tag As System.String, _
   Optional ByVal className As System.String, _
   Optional ByVal removeChildren As System.Boolean _
) 
public void RemoveElement( 
   System.string elementId,
   System.string tag,
   System.string className,
   System.bool removeChildren
)

パラメータ

elementId
削除する要素の ID。
tag
削除するタグ名。
className
削除する要素のクラス名。
removeChildren
子要素も削除するかどうかを決定します。
参照

C1Editor クラス
C1Editor メンバ