mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Update docs
This commit is contained in:
@@ -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 "N" when the File Menu is open (assuming there is a "_New" entry
|
||||
if the ShortCut is set to "Control-N", 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>
|
||||
|
||||
Reference in New Issue
Block a user