Button上放圖?(編號:5463)

請問如何在動態上的button放圖呢??以下是我的程式:
For i = 1 To 4
Load Command1(i)
  With Command1(i)
    .Top = Command1(i - 1).Top + Command1(i - 1).Height
    .Style = 1
    .Visible = True
    
  End With
Next i
但會出現錯誤訊息,說style為唯讀屬性,不能指定..
這樣動態產生的button就不可放圖了..請問該怎麼辦呢??