DotNetNukeŽ Silverlight ToolBar

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Settings.ascx.cs" Inherits="DotNetNuke.Modules.SilverlightToolBar.Settings" %>
<table cellspacing="0" cellpadding="4" border="0">
    <tr>
        <td class="SubHead" align="right">
            &nbsp;<strong>Number of buttons to show (3 minimum):</strong></td>
        <td valign="top" style="width: 39px">
            <asp:TextBox ID="txtNumberofButtons" runat="server" Columns="2"></asp:TextBox></td>
    </tr>
</table>