Files
EchoHub/api/client/EchoHub.Client.UI.MainWindow.html
T
2026-02-22 14:33:18 +00:00

1782 lines
72 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class MainWindow | EchoHub Documentation </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class MainWindow | EchoHub Documentation ">
<meta name="description" content="Main Terminal.Gui window for the EchoHub chat client.">
<link rel="icon" href="../../images/hue_icon.svg">
<link rel="stylesheet" href="../../public/docfx.min.css">
<link rel="stylesheet" href="../../public/main.css">
<meta name="docfx:navrel" content="../../toc.html">
<meta name="docfx:tocrel" content="../toc.html">
<meta name="docfx:rel" content="../../">
<meta name="docfx:docurl" content="https://github.com/HueByte/EchoHub/new/master/apiSpec/new?filename=EchoHub_Client_UI_MainWindow.md&amp;value=---%0Auid%3A%20EchoHub.Client.UI.MainWindow%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../../index.html">
<img id="logo" class="svg" src="../../images/hue_icon.svg" alt="EchoHub">
EchoHub
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="EchoHub.Client.UI.MainWindow">
<h1 id="EchoHub_Client_UI_MainWindow" data-uid="EchoHub.Client.UI.MainWindow" class="text-break">
Class MainWindow <a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="EchoHub.html">EchoHub</a>.<a class="xref" href="EchoHub.Client.html">Client</a>.<a class="xref" href="EchoHub.Client.UI.html">UI</a></dd></dl>
<dl><dt>Assembly</dt><dd>EchoHub.Client.dll</dd></dl>
</div>
<div class="markdown summary"><p>Main Terminal.Gui window for the EchoHub chat client.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class MainWindow : Runnable, IDisposable, IRunnable</code></pre>
</div>
<dl class="typelist inheritance">
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View</a></div>
<div><a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable</a></div>
<div><span class="xref">MainWindow</span></div>
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/App/Runnable/IRunnable.cs">IRunnable</a></div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.SetApp(IApplication)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.SetIsRunning(bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.RequestStop()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.RaiseIsRunningChanging(bool, bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.RaiseIsRunningChangedEvent(bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.SetIsModal(bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.RaiseIsModalChangedEvent(bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.Result</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.IsRunning</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.IsModal</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.StopRequested</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.IsRunningChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.IsRunningChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/Views/Runnable/Runnable.cs">Runnable.IsModalChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.NewMouseEvent(Mouse)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.RaiseMouseEvent(Mouse)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.GetAdornmentsThickness()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Command.cs">View.GetSupportedCommands()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Command.cs">View.InvokeCommands(Command[], IInputBinding)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Command.cs">View.InvokeCommand(Command, IInputBinding)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Command.cs">View.InvokeCommand(Command, ICommandContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Command.cs">View.InvokeCommand(Command)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.SetContentSize(Size?)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.GetContentSize()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.GetWidthRequiredForSubViews()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.GetHeightRequiredForSubViews()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ContentToScreen(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ScreenToContent(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ViewportToScreen(in Rectangle)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ViewportToScreen(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ViewportToScreen()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ScreenToViewport(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.GetViewportOffsetFromFrame()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ScrollVertical(int)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ScrollHorizontal(int)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Dispose()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.ToString()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.ToDebugString()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.BeginInit()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.EndInit()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.OnEnabledChanged()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.VerifyViewsWereDisposed()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Cursor.cs">View.SetCursorNeedsUpdate()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Attribute.cs">View.GetCurrentAttribute()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Attribute.cs">View.GetAttributeForRole(VisualRole)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Attribute.cs">View.SetAttribute(Attribute)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Attribute.cs">View.SetAttributeForRole(VisualRole)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.GetClip()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.SetClip(Region)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.SetClipToScreen()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.ExcludeFromClip(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.ExcludeFromClip(Region)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Clipping.cs">View.AddViewportToClip()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.Draw(DrawContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.DrawAdornments()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.ClearViewport(DrawContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.DrawText(DrawContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.DrawSubViews(DrawContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.RenderLineCanvas(DrawContext)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.Move(int, int)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.AddRune(Rune)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.AddRune(char)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.AddRune(int, int, Rune)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.AddStr(string)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.AddStr(int, int, string)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.DrawHotString(string, Attribute, Attribute)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.DrawHotString(string, bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.FillRect(Rectangle, Color?)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Primitives.cs">View.FillRect(Rectangle, Rune)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Scheme.cs">View.GetScheme()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Scheme.cs">View.SetScheme(Scheme)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.GetSubViews(bool, bool, bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.Add(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.Add(params View[])</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.Remove(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.RemoveAll()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.RemoveAll&lt;TView&gt;()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.IsInHierarchy(View, View, bool)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.MoveSubViewTowardsEnd(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.MoveSubViewToEnd(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.MoveSubViewTowardsStart(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.MoveSubViewToStart(View)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.AddKeyBindingsForHotKey(Key, Key, object)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.AssignHotKeysToSubViews()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.NewKeyDownEvent(Key)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Contains(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.FrameToScreen()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.ScreenToFrame(in Point)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Layout(Size)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Layout()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.SetRelativeLayout(Size)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.SetNeedsLayout()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.GetContainerSize()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.GetViewsUnderLocation(in Point, ViewportSettingsFlags)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.AdvanceFocus(NavigationDirection, TabBehavior?)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.FocusDeepest(NavigationDirection, TabBehavior?)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.OnCanFocusChanged()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.ClearFocus()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.SetFocus()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.NeedsDraw.cs">View.SetNeedsDraw()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.NeedsDraw.cs">View.SetNeedsDraw(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.OnTextChanged()</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseBindings</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseHoldRepeat</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MousePositionTracking</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseState</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseHighlightStates</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.Margin</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.ShadowStyle</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.Border</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.BorderStyle</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Adornments.cs">View.Padding</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Arrangement.cs">View.Arrangement</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ContentSizeTracksViewport</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.ViewportSettings</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Content.cs">View.Viewport</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Data</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Id</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.App</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.IsInitialized</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Enabled</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Visible</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Title</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.EnableDebugIDisposableAsserts</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.WasDisposed</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.DisposedCount</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.cs">View.Instances</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Cursor.cs">View.Cursor</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Diagnostics.cs">View.Diagnostics</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.LineCanvas</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.cs">View.SuperViewRendersLineCanvas</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Scheme.cs">View.SchemeName</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Drawing.Scheme.cs">View.HasScheme</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.SubViews</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Hierarchy.cs">View.SuperView</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.HotKey</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.HotKeySpecifier</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.AssignHotKeys</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.UsedHotKeys</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.KeyBindings</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Keyboard.cs">View.HotKeyBindings</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Frame</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.X</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Y</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Height</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.Width</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.NeedsLayout</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Layout.cs">View.ValidatePosDim</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.CanFocus</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.Focused</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.IsCurrentTop</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.MostFocused</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.HasFocus</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Navigation.cs">View.TabStop</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.NeedsDraw.cs">View.NeedsDraw</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.ScrollBars.cs">View.HorizontalScrollBar</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.ScrollBars.cs">View.VerticalScrollBar</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.PreserveTrailingSpaces</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.Text</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.TextAlignment</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.TextDirection</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.TextFormatter</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/View.Text.cs">View.VerticalTextAlignment</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseEnter</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseLeave</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseHoldRepeatChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseHoldRepeatChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseEvent</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.MouseStateChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.BorderStyleChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.CommandNotBound</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Accepting</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Accepted</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Activating</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HandlingHotKey</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.ContentSizeChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.ContentSizeChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.ViewportChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Disposing</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Initialized</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.EnabledChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.VisibleChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.VisibleChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.TitleChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.TitleChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.GettingAttributeForRole</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.ClearingViewport</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.ClearedViewport</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.DrawingText</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.DrewText</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.DrawingContent</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.DrawingSubViews</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.DrawComplete</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SchemeNameChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SchemeNameChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.GettingScheme</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SchemeChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SchemeChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SuperViewChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SuperViewChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SubViewAdded</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SubViewRemoved</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.Removed</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HotKeyChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.KeyDown</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.KeyDownNotHandled</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.FrameChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HeightChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HeightChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.WidthChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.WidthChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SubViewLayout</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.SubViewsLaidOut</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.AdvancingFocus</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.CanFocusChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.FocusedChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HasFocusChanging</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.HasFocusChanged</a>
</div>
<div>
<a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/ViewBase/Mouse/View.Mouse.cs">View.TextChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
</dd></dl>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="EchoHub_Client_UI_MainWindow__ctor_" data-uid="EchoHub.Client.UI.MainWindow.#ctor*"></a>
<h3 id="EchoHub_Client_UI_MainWindow__ctor_Terminal_Gui_App_IApplication_EchoHub_Client_UI_Chat_ChatMessageManager_" data-uid="EchoHub.Client.UI.MainWindow.#ctor(Terminal.Gui.App.IApplication,EchoHub.Client.UI.Chat.ChatMessageManager)">
MainWindow(IApplication, ChatMessageManager)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MainWindow(IApplication app, ChatMessageManager messageManager)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>app</code> <a class="xref" href="https://github.com/HueByte/Terminal.Gui/blob/master/Terminal.Gui/App/IApplication.cs">IApplication</a></dt>
<dd></dd>
<dt><code>messageManager</code> <a class="xref" href="EchoHub.Client.UI.Chat.ChatMessageManager.html">ChatMessageManager</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="properties">Properties
</h2>
<a id="EchoHub_Client_UI_MainWindow_CurrentChannel_" data-uid="EchoHub.Client.UI.MainWindow.CurrentChannel*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_CurrentChannel" data-uid="EchoHub.Client.UI.MainWindow.CurrentChannel">
CurrentChannel
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Get the current channel name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string CurrentChannel { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="EchoHub_Client_UI_MainWindow_ApplyColorSchemes_" data-uid="EchoHub.Client.UI.MainWindow.ApplyColorSchemes*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_ApplyColorSchemes" data-uid="EchoHub.Client.UI.MainWindow.ApplyColorSchemes">
ApplyColorSchemes()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Applies the currently registered color schemes to all views.
Call after theme changes to refresh colors.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ApplyColorSchemes()</code></pre>
</div>
<a id="EchoHub_Client_UI_MainWindow_ClearAll_" data-uid="EchoHub.Client.UI.MainWindow.ClearAll*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_ClearAll" data-uid="EchoHub.Client.UI.MainWindow.ClearAll">
ClearAll()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Clear all messages and channels (used on disconnect).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ClearAll()</code></pre>
</div>
<a id="EchoHub_Client_UI_MainWindow_EnsureChannelInList_" data-uid="EchoHub.Client.UI.MainWindow.EnsureChannelInList*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_EnsureChannelInList_System_String_System_Nullable_System_Boolean__" data-uid="EchoHub.Client.UI.MainWindow.EnsureChannelInList(System.String,System.Nullable{System.Boolean})">
EnsureChannelInList(string, bool?)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Ensure a channel exists in the left panel list (used for private channels joined via /join).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void EnsureChannelInList(string channelName, bool? isPublic = null)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>channelName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>isPublic</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>?</dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_FocusInput_" data-uid="EchoHub.Client.UI.MainWindow.FocusInput*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_FocusInput" data-uid="EchoHub.Client.UI.MainWindow.FocusInput">
FocusInput()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Focus the input field for typing.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void FocusInput()</code></pre>
</div>
<a id="EchoHub_Client_UI_MainWindow_GetChannelNames_" data-uid="EchoHub.Client.UI.MainWindow.GetChannelNames*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_GetChannelNames" data-uid="EchoHub.Client.UI.MainWindow.GetChannelNames">
GetChannelNames()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Get all channel names that have message buffers (for broadcasting status changes).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IReadOnlyList&lt;string&gt; GetChannelNames()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><span class="xref">IReadOnlyList</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_RefreshMenuBar_" data-uid="EchoHub.Client.UI.MainWindow.RefreshMenuBar*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_RefreshMenuBar" data-uid="EchoHub.Client.UI.MainWindow.RefreshMenuBar">
RefreshMenuBar()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Rebuilds and replaces the menu bar (e.g., after theme list changes).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void RefreshMenuBar()</code></pre>
</div>
<a id="EchoHub_Client_UI_MainWindow_RemoveChannel_" data-uid="EchoHub.Client.UI.MainWindow.RemoveChannel*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_RemoveChannel_System_String_" data-uid="EchoHub.Client.UI.MainWindow.RemoveChannel(System.String)">
RemoveChannel(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Remove a channel from the left panel list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void RemoveChannel(string channelName)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>channelName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_SetChannelTopic_" data-uid="EchoHub.Client.UI.MainWindow.SetChannelTopic*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_SetChannelTopic_System_String_System_String_" data-uid="EchoHub.Client.UI.MainWindow.SetChannelTopic(System.String,System.String)">
SetChannelTopic(string, string?)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Update the topic for a specific channel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetChannelTopic(string channelName, string? topic)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>channelName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>topic</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_SetChannels_" data-uid="EchoHub.Client.UI.MainWindow.SetChannels*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_SetChannels_System_Collections_Generic_List_EchoHub_Core_DTOs_ChannelDto__" data-uid="EchoHub.Client.UI.MainWindow.SetChannels(System.Collections.Generic.List{EchoHub.Core.DTOs.ChannelDto})">
SetChannels(List&lt;ChannelDto&gt;)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Set the list of available channels, storing topics, and refresh the channel list view.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetChannels(List&lt;ChannelDto&gt; channels)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>channels</code> <span class="xref">List</span>&lt;<a class="xref" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/DTOs/ChatDtos.cs">ChannelDto</a>&gt;</dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_SetCurrentUser_" data-uid="EchoHub.Client.UI.MainWindow.SetCurrentUser*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_SetCurrentUser_System_String_" data-uid="EchoHub.Client.UI.MainWindow.SetCurrentUser(System.String)">
SetCurrentUser(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Set the current user name (delegates to message manager for @mention detection).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetCurrentUser(string username)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>username</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_ShowError_" data-uid="EchoHub.Client.UI.MainWindow.ShowError*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_ShowError_System_String_" data-uid="EchoHub.Client.UI.MainWindow.ShowError(System.String)">
ShowError(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Show an error message to the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowError(string message)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_SwitchToChannel_" data-uid="EchoHub.Client.UI.MainWindow.SwitchToChannel*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_SwitchToChannel_System_String_" data-uid="EchoHub.Client.UI.MainWindow.SwitchToChannel(System.String)">
SwitchToChannel(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Switch the chat view to the given channel, resetting its unread count and updating the topic bar.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SwitchToChannel(string channelName)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>channelName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_ToggleUsersPanel_" data-uid="EchoHub.Client.UI.MainWindow.ToggleUsersPanel*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_ToggleUsersPanel" data-uid="EchoHub.Client.UI.MainWindow.ToggleUsersPanel">
ToggleUsersPanel()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Toggle the online users panel visibility (F2).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ToggleUsersPanel()</code></pre>
</div>
<a id="EchoHub_Client_UI_MainWindow_UpdateOnlineUsers_" data-uid="EchoHub.Client.UI.MainWindow.UpdateOnlineUsers*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_UpdateOnlineUsers_System_Collections_Generic_List_EchoHub_Core_DTOs_UserPresenceDto__" data-uid="EchoHub.Client.UI.MainWindow.UpdateOnlineUsers(System.Collections.Generic.List{EchoHub.Core.DTOs.UserPresenceDto})">
UpdateOnlineUsers(List&lt;UserPresenceDto&gt;)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Update the online users list display.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void UpdateOnlineUsers(List&lt;UserPresenceDto&gt; users)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>users</code> <span class="xref">List</span>&lt;<a class="xref" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/DTOs/ProfileDtos.cs">UserPresenceDto</a>&gt;</dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_UI_MainWindow_UpdateStatusBar_" data-uid="EchoHub.Client.UI.MainWindow.UpdateStatusBar*"></a>
<h3 id="EchoHub_Client_UI_MainWindow_UpdateStatusBar_System_String_" data-uid="EchoHub.Client.UI.MainWindow.UpdateStatusBar(System.String)">
UpdateStatusBar(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Update the connection status displayed in the status bar.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void UpdateStatusBar(string status)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>status</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="events">Events
</h2>
<h3 id="EchoHub_Client_UI_MainWindow_OnAudioPlayRequested" data-uid="EchoHub.Client.UI.MainWindow.OnAudioPlayRequested">
OnAudioPlayRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user activates (Enter/click) an audio message. Parameters: attachmentUrl, fileName.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;string, string&gt;? OnAudioPlayRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-2">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnChannelSelected" data-uid="EchoHub.Client.UI.MainWindow.OnChannelSelected">
OnChannelSelected
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user selects a channel. Parameter is the channel name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;string&gt;? OnChannelSelected</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnConnectRequested" data-uid="EchoHub.Client.UI.MainWindow.OnConnectRequested">
OnConnectRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to connect via the menu.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnConnectRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnCreateChannelRequested" data-uid="EchoHub.Client.UI.MainWindow.OnCreateChannelRequested">
OnCreateChannelRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to create a new channel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnCreateChannelRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnDeleteChannelRequested" data-uid="EchoHub.Client.UI.MainWindow.OnDeleteChannelRequested">
OnDeleteChannelRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to delete the current channel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnDeleteChannelRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnDisconnectRequested" data-uid="EchoHub.Client.UI.MainWindow.OnDisconnectRequested">
OnDisconnectRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to disconnect via the menu.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnDisconnectRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnFileDownloadRequested" data-uid="EchoHub.Client.UI.MainWindow.OnFileDownloadRequested">
OnFileDownloadRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user activates (Enter/click) a file message. Parameters: attachmentUrl, fileName.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;string, string&gt;? OnFileDownloadRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-2">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnLogoutRequested" data-uid="EchoHub.Client.UI.MainWindow.OnLogoutRequested">
OnLogoutRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to logout (disconnect + revoke session).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnLogoutRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnMessageSubmitted" data-uid="EchoHub.Client.UI.MainWindow.OnMessageSubmitted">
OnMessageSubmitted
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user presses Enter in the input field. Parameters: channel name, message content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;string, string&gt;? OnMessageSubmitted</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-2">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnProfileRequested" data-uid="EchoHub.Client.UI.MainWindow.OnProfileRequested">
OnProfileRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to open their profile panel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnProfileRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnSavedServersRequested" data-uid="EchoHub.Client.UI.MainWindow.OnSavedServersRequested">
OnSavedServersRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to view saved servers.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnSavedServersRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnStatusRequested" data-uid="EchoHub.Client.UI.MainWindow.OnStatusRequested">
OnStatusRequested
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user requests to set their status.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action? OnStatusRequested</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Client_UI_MainWindow_OnThemeSelected" data-uid="EchoHub.Client.UI.MainWindow.OnThemeSelected">
OnThemeSelected
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Fired when the user selects a theme from the menu. Parameter is the theme name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;string&gt;? OnThemeSelected</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
</article>
<div class="contribution d-print-none">
<a href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/UI/MainWindow.cs" class="edit-link">Edit this page</a>
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<div class='footer-custom'><div class='footer-inner'><span class='footer-brand'>EchoHub</span><span class='footer-sep'>&middot;</span><a href='https://github.com/HueByte/EchoHub'>GitHub</a><span class='footer-sep'>&middot;</span><a href='https://echohub.voidcube.cloud'>Website</a><span class='footer-sep'>&middot;</span><span class='footer-credit'>Built with <a href='https://dotnet.github.io/docfx'>DocFX</a></span></div></div>
</div>
</div>
</footer>
</body>
</html>