TableLayoutStyleCollection.RemoveAt(Int32) 方法

定義

移除集合中指定索引上的樣式。

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除的 TableLayoutStyle 之以零為基底的索引。

實作

備註

無法覆寫這個方法。

TableLayoutStyle移除 之前,它會將其與容器 TableLayoutPanel 解除關聯。 因此,表格配置會重新套用至面板中的所有控制項。

適用於