# FarPoint.Web.Spread.TouchStripItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TouchStripItem" data-uid="FarPoint.Web.Spread.TouchStripItem" class="text-break">TouchStripItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the TouchStripItem class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Web.Spread.MenuItem.html">MenuItem</a></div>
    <div class="level2"><span class="xref">TouchStripItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.istatemanager">IStateManager</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TouchStripItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TouchStripItem : MenuItem, IStateManager, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TouchStripItem
    Inherits MenuItem
    Implements IStateManager, ISerializeSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem__ctor" data-uid="FarPoint.Web.Spread.TouchStripItem.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.-ctor.html#FarPoint_Web_Spread_TouchStripItem__ctor">TouchStripItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Prevents a default instance of the <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</a> class from being created.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem__ctor_System_String_" data-uid="FarPoint.Web.Spread.TouchStripItem.#ctor(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.-ctor.html#FarPoint_Web_Spread_TouchStripItem__ctor_System_String_">TouchStripItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.MenuItem.html">MenuItem</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem_AutoPostBack" data-uid="FarPoint.Web.Spread.TouchStripItem.AutoPostBack">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.AutoPostBack.html#FarPoint_Web_Spread_TouchStripItem_AutoPostBack">AutoPostBack</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether an automatic postback to the server occurs when the user clicks the menu item.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem_Width" data-uid="FarPoint.Web.Spread.TouchStripItem.Width">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.Width.html#FarPoint_Web_Spread_TouchStripItem_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the TouchStrip command button.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem_OnDeserializeElement_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.TouchStripItem.OnDeserializeElement(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.OnDeserializeElement.html#FarPoint_Web_Spread_TouchStripItem_OnDeserializeElement_System_Xml_XmlNodeReader_">OnDeserializeElement(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchStripItem_OnSerialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.TouchStripItem.OnSerialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.OnSerialize.html#FarPoint_Web_Spread_TouchStripItem_OnSerialize_System_Xml_XmlTextWriter_">OnSerialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
