Bunifu Tile Button
Create stylish modern tiled display
Last updated
Was this helpful?
Was this helpful?
private void Form1_Load(object sender, EventArgs e)
{
var button = new Bunifu.Framework.UI.BunifuTileButton();
this.Controls.Add(button);
}Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim button As New Bunifu.Framework.UI.BunifuTileButton
Controls.Add(button)
End Sub