AddButton
GridColumn.AddButton method
在列中添加一个按钮。
public void AddButton(int width, int height, string text)
| 范围 | 类型 | 描述 |
|---|---|---|
| width | Int32 | 按钮的宽度。 |
| height | Int32 | 按钮的高度。 |
| text | String | 按钮文本。 |
在列中添加一个按钮。
public void AddButton(int width, int height, string text)
| 范围 | 类型 | 描述 |
|---|---|---|
| width | Int32 | 按钮的宽度。 |
| height | Int32 | 按钮的高度。 |
| text | String | 按钮文本。 |