Update docs

This commit is contained in:
Miguel de Icaza
2018-01-15 23:17:12 -05:00
parent e1b1b52e99
commit f3f32f6a24
52 changed files with 568 additions and 362 deletions

View File

@@ -92,7 +92,8 @@
<a id="Terminal_MenuItem__ctor_" data-uid="Terminal.MenuItem.#ctor*"></a>
<h4 id="Terminal_MenuItem__ctor_System_String_System_String_System_Action_" data-uid="Terminal.MenuItem.#ctor(System.String,System.String,System.Action)">MenuItem(String, String, Action)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new <a class="xref" href="Terminal.MenuItem.html">MenuItem</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -111,19 +112,19 @@
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title</span></td>
<td><p>To be added.</p>
<td><p>Title for the menu item.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">help</span></td>
<td><p>To be added.</p>
<td><p>Help text to display.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span></td>
<td><span class="parametername">action</span></td>
<td><p>To be added.</p>
<td><p>Action to invoke when the menu item is activated.</p>
</td>
</tr>
</tbody>
@@ -133,7 +134,9 @@
<h4 id="Terminal_MenuItem_HotKey" data-uid="Terminal.MenuItem.HotKey">HotKey</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The hotkey is used when the menu is active, the shortcut can be triggered when the menu is not active.<br> For example HotKey would be &quot;N&quot; when the File Menu is open (assuming there is a &quot;_New&quot; entry
if the ShortCut is set to &quot;Control-N&quot;, this would be a global hotkey that would trigger as well</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -158,7 +161,8 @@
<h4 id="Terminal_MenuItem_ShortCut" data-uid="Terminal.MenuItem.ShortCut">ShortCut</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>This is the global setting that can be used as a global shortcut to invoke the action on the menu.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -186,7 +190,8 @@
<a id="Terminal_MenuItem_Action_" data-uid="Terminal.MenuItem.Action*"></a>
<h4 id="Terminal_MenuItem_Action" data-uid="Terminal.MenuItem.Action">Action</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the action to be invoked when the menu is triggered</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -203,7 +208,7 @@
<tbody>
<tr>
<td><span class="xref">System.Action</span></td>
<td><p>To be added.</p>
<td><p>Method to invoke.</p>
</td>
</tr>
</tbody>
@@ -212,7 +217,8 @@
<a id="Terminal_MenuItem_Help_" data-uid="Terminal.MenuItem.Help*"></a>
<h4 id="Terminal_MenuItem_Help" data-uid="Terminal.MenuItem.Help">Help</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the help text for the menu item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -229,7 +235,7 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>To be added.</p>
<td><p>The help text.</p>
</td>
</tr>
</tbody>
@@ -238,7 +244,8 @@
<a id="Terminal_MenuItem_Title_" data-uid="Terminal.MenuItem.Title*"></a>
<h4 id="Terminal_MenuItem_Title" data-uid="Terminal.MenuItem.Title">Title</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the title.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -255,7 +262,7 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>To be added.</p>
<td><p>The title.</p>
</td>
</tr>
</tbody>