TableLayoutPanel.GetColumnWidths 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回表示 TableLayoutPanel 中資料行寬度 (以像素為單位) 的陣列。
public:
cli::array <int> ^ GetColumnWidths();
[System.ComponentModel.Browsable(false)]
public int[] GetColumnWidths ();
[<System.ComponentModel.Browsable(false)>]
member this.GetColumnWidths : unit -> int[]
Public Function GetColumnWidths () As Integer()
傳回
Int32[]
型別 Int32 的陣列,其中包含 TableLayoutPanel 中的資料行寬度 (以像素為單位)。
- 屬性