PowerTools MultiRow for Windows Forms 8.0J
Clone メソッド (HeaderDropDownList)

現在のHeaderDropDownListのディープコピーである新しいHeaderDropDownListを作成します。
構文
Public Overridable Function Clone() As HeaderDropDownList
public virtual HeaderDropDownList Clone()

戻り値の型

現在のHeaderDropDownListのディープコピーであるHeaderDropDownList
解説
新しいドロップダウンリストは、現在のリストのディープコピーです。これは、リストの各項目もクローンされることを意味します。新しいリストのOwnerはnull 参照 (Visual Basicでは Nothing)になります。新しいリストは、OpenedイベントとClosedイベントについて現在のドロップダウンリストと同じイベントハンドラを持つので、ハンドラに記述したコードは新しいリストでも動作します。
参照

HeaderDropDownList クラス
HeaderDropDownList メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.