mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-05 07:46:15 +02:00
- Rename src to _src
This commit is contained in:
+597
@@ -0,0 +1,597 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class GraphicsExtentions
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GraphicsExtentions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions" class="text-break">Class GraphicsExtentions
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Extensions for the <span class="xref">System.Drawing.Graphics</span> class.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">GraphicsExtentions</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Drawing.html">DesktopMagicPluginAPI.Drawing</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static class GraphicsExtentions</code></pre>
|
||||
</div>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Single_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Drawing.PointF%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L84">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Single_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)">DrawStringFixedWidth(Graphics, String, Font, Brush, PointF, Single)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringFixedWidth(this Graphics graphics, string s, Font font, Brush brush, PointF point, float width)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.PointF</span></td>
|
||||
<td><span class="parametername">point</span></td>
|
||||
<td><p><span class="xref">System.Drawing.PointF</span> structure that specifies the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">width</span></td>
|
||||
<td><p>The specified width.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L65">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringFixedWidth_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_System_Single_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)">DrawStringFixedWidth(Graphics, String, Font, Brush, Single, Single, Single)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringFixedWidth(this Graphics graphics, string s, Font font, Brush brush, float x, float y, float width)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">x</span></td>
|
||||
<td><p>The x-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">y</span></td>
|
||||
<td><p>The y-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">width</span></td>
|
||||
<td><p>The specified width.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Drawing.PointF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)">DrawStringMonospace(Graphics, String, Font, Brush, PointF)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringMonospace(this Graphics graphics, string s, Font font, Brush brush, PointF point)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.PointF</span></td>
|
||||
<td><span class="parametername">point</span></td>
|
||||
<td><p><span class="xref">System.Drawing.PointF</span> structure that specifies the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringMonospace_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">DrawStringMonospace(Graphics, String, Font, Brush, Single, Single)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringMonospace(this Graphics graphics, string s, Font font, Brush brush, float x, float y)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">x</span></td>
|
||||
<td><p>The x-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">y</span></td>
|
||||
<td><p>The y-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Drawing.PointF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L124">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)">DrawStringNoLeftPadding(Graphics, String, Font, Brush, PointF)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringNoLeftPadding(this Graphics graphics, string s, Font font, Brush brush, PointF point)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.PointF</span></td>
|
||||
<td><span class="parametername">point</span></td>
|
||||
<td><p><span class="xref">System.Drawing.PointF</span> structure that specifies the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font%2CSystem.Drawing.Brush%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_DrawStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Single_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">DrawStringNoLeftPadding(Graphics, String, Font, Brush, Single, Single)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void DrawStringNoLeftPadding(this Graphics graphics, string s, Font font, Brush brush, float x, float y)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">s</span></td>
|
||||
<td><p>String to draw.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Brush</span></td>
|
||||
<td><span class="parametername">brush</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Brush</span> that determines the color and texture of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">x</span></td>
|
||||
<td><p>The x-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">y</span></td>
|
||||
<td><p>The y-coordinate of the upper-left corner of the drawn text.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions_MeasureStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics%2CSystem.String%2CSystem.Drawing.Font)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L144">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_MeasureStringNoLeftPadding_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Drawing_GraphicsExtentions_MeasureStringNoLeftPadding_System_Drawing_Graphics_System_String_System_Drawing_Font_" data-uid="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)">MeasureStringNoLeftPadding(Graphics, String, Font)</h4>
|
||||
<div class="markdown level1 summary"><p><inheritdoc cref="M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)"></inheritdoc></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SizeF MeasureStringNoLeftPadding(this Graphics graphics, string text, Font font)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Graphics</span></td>
|
||||
<td><span class="parametername">graphics</span></td>
|
||||
<td><p>Graphics object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">text</span></td>
|
||||
<td><p>String to measure.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Font</span></td>
|
||||
<td><span class="parametername">font</span></td>
|
||||
<td><p><span class="xref">System.Drawing.Font</span> that defines the text format of the string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.SizeF</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_GraphicsExtentions.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.GraphicsExtentions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs/#L10" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
+154
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Enum RenderQuality
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum RenderQuality
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Drawing.RenderQuality">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Drawing_RenderQuality" data-uid="DesktopMagicPluginAPI.Drawing.RenderQuality" class="text-break">Enum RenderQuality
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Specifies which render quality is used to display the bitmap images.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Drawing.html">DesktopMagicPluginAPI.Drawing</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Drawing_RenderQuality_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public enum RenderQuality</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</h3>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Drawing_RenderQuality_High">High</td>
|
||||
<td><p>Slower then <a class="xref" href="DesktopMagicPluginAPI.Drawing.RenderQuality.html#DesktopMagicPluginAPI_Drawing_RenderQuality_Low">Low</a> but produces higher quality output.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Drawing_RenderQuality_Low">Low</td>
|
||||
<td><p>Faster then <a class="xref" href="DesktopMagicPluginAPI.Drawing.RenderQuality.html#DesktopMagicPluginAPI_Drawing_RenderQuality_High">High</a> but produces lower quality output.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Drawing_RenderQuality_Performance">Performance</td>
|
||||
<td><p>Provides performance benefits over <a class="xref" href="DesktopMagicPluginAPI.Drawing.RenderQuality.html#DesktopMagicPluginAPI_Drawing_RenderQuality_Low">Low</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</thead></thead></table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Drawing_RenderQuality.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Drawing.RenderQuality%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Namespace DesktopMagicPluginAPI.Drawing
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace DesktopMagicPluginAPI.Drawing
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Drawing">
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Drawing" data-uid="DesktopMagicPluginAPI.Drawing" class="text-break">Namespace DesktopMagicPluginAPI.Drawing
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.html">GraphicsExtentions</a></h4>
|
||||
<section><p>Extensions for the <span class="xref">System.Drawing.Graphics</span> class.</p>
|
||||
</section>
|
||||
<h3 id="enums">Enums
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Drawing.RenderQuality.html">RenderQuality</a></h4>
|
||||
<section><p>Specifies which render quality is used to display the bitmap images.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,366 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Interface IPluginData
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IPluginData
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.IPluginData">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_IPluginData" data-uid="DesktopMagicPluginAPI.IPluginData" class="text-break">Interface IPluginData
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Defines properties and methods that provide information about the main application.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.html">DesktopMagicPluginAPI</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_IPluginData_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IPluginData</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_Color.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.Color%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_Color_" data-uid="DesktopMagicPluginAPI.IPluginData.Color*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_Color" data-uid="DesktopMagicPluginAPI.IPluginData.Color">Color</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current color of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("Use the \"Theme\" property instead")]
|
||||
Color Color { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Color</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_Font.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.Font%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_Font_" data-uid="DesktopMagicPluginAPI.IPluginData.Font*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_Font" data-uid="DesktopMagicPluginAPI.IPluginData.Font">Font</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current font of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("Use the \"Theme\" property instead")]
|
||||
string Font { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_PluginName.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.PluginName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_PluginName_" data-uid="DesktopMagicPluginAPI.IPluginData.PluginName*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_PluginName" data-uid="DesktopMagicPluginAPI.IPluginData.PluginName">PluginName</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the name of the plugin.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string PluginName { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_PluginPath.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.PluginPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_PluginPath_" data-uid="DesktopMagicPluginAPI.IPluginData.PluginPath*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_PluginPath" data-uid="DesktopMagicPluginAPI.IPluginData.PluginPath">PluginPath</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path of the parent directory of the plugin.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string PluginPath { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_Theme.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.Theme%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_Theme_" data-uid="DesktopMagicPluginAPI.IPluginData.Theme*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_Theme" data-uid="DesktopMagicPluginAPI.IPluginData.Theme">Theme</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current theme setting of the main application.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">ITheme Theme { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="DesktopMagicPluginAPI.ITheme.html">ITheme</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_WindowPosition.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.WindowPosition%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_WindowPosition_" data-uid="DesktopMagicPluginAPI.IPluginData.WindowPosition*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_WindowPosition" data-uid="DesktopMagicPluginAPI.IPluginData.WindowPosition">WindowPosition</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the window position of the plugin window.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Point WindowPosition { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Point</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_WindowSize.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.WindowSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_WindowSize_" data-uid="DesktopMagicPluginAPI.IPluginData.WindowSize*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_WindowSize" data-uid="DesktopMagicPluginAPI.IPluginData.WindowSize">WindowSize</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the window size of the plugin window.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Size WindowSize { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Size</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData_UpdateWindow.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData.UpdateWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_IPluginData_UpdateWindow_" data-uid="DesktopMagicPluginAPI.IPluginData.UpdateWindow*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_IPluginData_UpdateWindow" data-uid="DesktopMagicPluginAPI.IPluginData.UpdateWindow">UpdateWindow()</h4>
|
||||
<div class="markdown level1 summary"><p>Updates the plugin window.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void UpdateWindow()</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_IPluginData.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.IPluginData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/IPluginData.cs/#L9" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,315 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Interface ITheme
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface ITheme
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.ITheme">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_ITheme" data-uid="DesktopMagicPluginAPI.ITheme" class="text-break">Interface ITheme
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>The theme settings of the main application.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.html">DesktopMagicPluginAPI</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_ITheme_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface ITheme</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_BackgroundColor.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.BackgroundColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_BackgroundColor_" data-uid="DesktopMagicPluginAPI.ITheme.BackgroundColor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_BackgroundColor" data-uid="DesktopMagicPluginAPI.ITheme.BackgroundColor">BackgroundColor</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the background color of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Color BackgroundColor { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Color</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_CornerRadius.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.CornerRadius%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_CornerRadius_" data-uid="DesktopMagicPluginAPI.ITheme.CornerRadius*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_CornerRadius" data-uid="DesktopMagicPluginAPI.ITheme.CornerRadius">CornerRadius</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the corner radius of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">int CornerRadius { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_Font.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.Font%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_Font_" data-uid="DesktopMagicPluginAPI.ITheme.Font*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_Font" data-uid="DesktopMagicPluginAPI.ITheme.Font">Font</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the font of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string Font { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_Margin.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.Margin%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_Margin_" data-uid="DesktopMagicPluginAPI.ITheme.Margin*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_Margin" data-uid="DesktopMagicPluginAPI.ITheme.Margin">Margin</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the corner radius of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">int Margin { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_PrimaryColor.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.PrimaryColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_PrimaryColor_" data-uid="DesktopMagicPluginAPI.ITheme.PrimaryColor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_PrimaryColor" data-uid="DesktopMagicPluginAPI.ITheme.PrimaryColor">PrimaryColor</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the primary color of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Color PrimaryColor { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Color</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme_SecondaryColor.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme.SecondaryColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_ITheme_SecondaryColor_" data-uid="DesktopMagicPluginAPI.ITheme.SecondaryColor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_ITheme_SecondaryColor" data-uid="DesktopMagicPluginAPI.ITheme.SecondaryColor">SecondaryColor</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the secondary color of the current theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Color SecondaryColor { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Color</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_ITheme.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.ITheme%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/ITheme.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,282 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class Button
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Button
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.Button">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_Button" data-uid="DesktopMagicPluginAPI.Inputs.Button" class="text-break">Class Button
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a button control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">Button</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_Button_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class Button : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Button__ctor_System_String_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Button.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Button.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Button__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.Button.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Button__ctor_System_String_" data-uid="DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)">Button(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html">Button</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Button(string value)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>The text caption displayed in the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html">Button</a> control.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Button_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Button.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Button.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Button_Value_" data-uid="DesktopMagicPluginAPI.Inputs.Button.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Button_Value" data-uid="DesktopMagicPluginAPI.Inputs.Button.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the text caption displayed in the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html">Button</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Button_Click.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Button.Click%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Button.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Button_Click_" data-uid="DesktopMagicPluginAPI.Inputs.Button.Click*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Button_Click" data-uid="DesktopMagicPluginAPI.Inputs.Button.Click">Click()</h4>
|
||||
<div class="markdown level1 summary"><p>Triggers the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html#DesktopMagicPluginAPI_Inputs_Button_OnClick">OnClick</a> event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Click()</code></pre>
|
||||
</div>
|
||||
<h3 id="events">Events
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Button_OnClick.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Button.OnClick%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Button.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Button_OnClick" data-uid="DesktopMagicPluginAPI.Inputs.Button.OnClick">OnClick</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the button gets clicked.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Action OnClick</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Button.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Button%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Button.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,232 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class CheckBox
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class CheckBox
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_CheckBox" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox" class="text-break">Class CheckBox
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a check box control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">CheckBox</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_CheckBox_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class CheckBox : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_CheckBox__ctor_System_Boolean_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.CheckBox.%23ctor(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/CheckBox.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_CheckBox__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_CheckBox__ctor_System_Boolean_" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox.#ctor(System.Boolean)">CheckBox(Boolean)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.CheckBox.html">CheckBox</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CheckBox(bool value)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>A value indicating whether the <a class="xref" href="DesktopMagicPluginAPI.Inputs.CheckBox.html">CheckBox</a> is in the checked state.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_CheckBox_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.CheckBox.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/CheckBox.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_CheckBox_Value_" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_CheckBox_Value" data-uid="DesktopMagicPluginAPI.Inputs.CheckBox.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or set a value indicating whether the <a class="xref" href="DesktopMagicPluginAPI.Inputs.CheckBox.html">CheckBox</a> is in the checked state.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_CheckBox.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.CheckBox%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/CheckBox.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,265 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class ComboBox
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ComboBox
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_ComboBox" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox" class="text-break">Class ComboBox
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a selection control with a drop-down list.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">ComboBox</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_ComboBox_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ComboBox : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ComboBox__ctor_System_String___.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ComboBox.%23ctor(System.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ComboBox.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ComboBox__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ComboBox__ctor_System_String___" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.#ctor(System.String[])">ComboBox(String[])</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">items</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ComboBox(params string[] items)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span>[]</td>
|
||||
<td><span class="parametername">items</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ComboBox_Items.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ComboBox.Items%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ComboBox.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ComboBox_Items_" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.Items*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ComboBox_Items" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.Items">Items</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the collection used to generate the content of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.ComboBox.html">ComboBox</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ObservableCollection<string> Items { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.ObjectModel.ObservableCollection</span><<span class="xref">System.String</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ComboBox_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ComboBox.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ComboBox.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ComboBox_Value_" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ComboBox_Value" data-uid="DesktopMagicPluginAPI.Inputs.ComboBox.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the currently selected item associated with this <a class="xref" href="DesktopMagicPluginAPI.Inputs.ComboBox.html">ComboBox</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_ComboBox_Value_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>If you assign a value to this property, the displayed text in the user interface will not be changed.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ComboBox.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ComboBox%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ComboBox.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class Element
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Element
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.Element">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_Element" data-uid="DesktopMagicPluginAPI.Inputs.Element" class="text-break">Class Element
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>The element base class.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">Element</span></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html">Button</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.CheckBox.html">CheckBox</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.ComboBox.html">ComboBox</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a></div>
|
||||
<div class="level2"><a class="xref" href="DesktopMagicPluginAPI.Inputs.TextBox.html">TextBox</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_Element_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract class Element</code></pre>
|
||||
</div>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Element_ValueChanged.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Element.ValueChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Element.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Element_ValueChanged_" data-uid="DesktopMagicPluginAPI.Inputs.Element.ValueChanged*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Element_ValueChanged" data-uid="DesktopMagicPluginAPI.Inputs.Element.ValueChanged">ValueChanged()</h4>
|
||||
<div class="markdown level1 summary"><p>Triggers the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">OnValueChanged</a> event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected void ValueChanged()</code></pre>
|
||||
</div>
|
||||
<h3 id="events">Events
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Element_OnValueChanged.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Element.OnValueChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Element.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Element_OnValueChanged" data-uid="DesktopMagicPluginAPI.Inputs.Element.OnValueChanged">OnValueChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the value has been changed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Action OnValueChanged</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Element.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Element%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Element.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
+418
@@ -0,0 +1,418 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class ElementAttribute
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ElementAttribute
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_ElementAttribute" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute" class="text-break">Class ElementAttribute
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Marks a Property as element.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">System.Attribute</span></div>
|
||||
<div class="level2"><span class="xref">ElementAttribute</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefaultAttribute()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.Match(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Attribute.TypeId</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_ElementAttribute_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Field)]
|
||||
public class ElementAttribute : Attribute</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor">ElementAttribute()</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ElementAttribute()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_System_Int32_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute.%23ctor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_System_Int32_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.Int32)">ElementAttribute(Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Marks a Property as element with the provided <code data-dev-comment-type="paramref" class="paramref">orderIndex</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ElementAttribute(int orderIndex = 0)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">orderIndex</span></td>
|
||||
<td><p>The order index of the element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_System_String_System_Int32_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute.%23ctor(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ElementAttribute__ctor_System_String_System_Int32_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.String,System.Int32)">ElementAttribute(String, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Marks a Property as element with the provided <code data-dev-comment-type="paramref" class="paramref">name</code> and <code data-dev-comment-type="paramref" class="paramref">orderIndex</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ElementAttribute(string name = "", int orderIndex = 0)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">name</span></td>
|
||||
<td><p>The name of the element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">orderIndex</span></td>
|
||||
<td><p>The order index of the element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute_Name.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ElementAttribute_Name_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.Name*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ElementAttribute_Name" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.Name">Name</h4>
|
||||
<div class="markdown level1 summary"><p>The name of the element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Name { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute_OrderIndex.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_ElementAttribute_OrderIndex_" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_ElementAttribute_OrderIndex" data-uid="DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex">OrderIndex</h4>
|
||||
<div class="markdown level1 summary"><p>The order index of the element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int OrderIndex { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_ElementAttribute.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.ElementAttribute%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,321 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class IntegerUpDown
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class IntegerUpDown
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown" class="text-break">Class IntegerUpDown
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a up-down control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">IntegerUpDown</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class IntegerUpDown : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_IntegerUpDown__ctor_System_Int32_System_Int32_System_Int32_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.IntegerUpDown.%23ctor(System.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_IntegerUpDown__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown__ctor_System_Int32_System_Int32_System_Int32_" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor(System.Int32,System.Int32,System.Int32)">IntegerUpDown(Int32, Int32, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">min</code> value, <code data-dev-comment-type="paramref" class="paramref">max</code> value and <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IntegerUpDown(int min, int max, int value = 0)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">min</span></td>
|
||||
<td><p>The maximum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">max</span></td>
|
||||
<td><p>The minimum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>The value assigned to the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="exceptions">Exceptions</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Condition</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.ArgumentException</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_IntegerUpDown_Maximum.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Maximum_" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Maximum" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum">Maximum</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the maximum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int Maximum { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_IntegerUpDown_Minimum.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Minimum_" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Minimum" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum">Minimum</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int Minimum { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_IntegerUpDown_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Value_" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_IntegerUpDown_Value" data-uid="DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the value assigned to the <a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_IntegerUpDown.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.IntegerUpDown%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,269 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class Label
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Label
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.Label">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_Label" data-uid="DesktopMagicPluginAPI.Inputs.Label" class="text-break">Class Label
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a label control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">Label</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_Label_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class Label : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Label__ctor_System_String_System_Boolean_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Label.%23ctor(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Label.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Label__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.Label.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Label__ctor_System_String_System_Boolean_" data-uid="DesktopMagicPluginAPI.Inputs.Label.#ctor(System.String,System.Boolean)">Label(String, Boolean)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Label(string value, bool bold = false)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>The text associated with this <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">bold</span></td>
|
||||
<td><p>A value indicating whether the content of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a> is bold or not.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Label_Bold.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Label.Bold%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Label.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Label_Bold_" data-uid="DesktopMagicPluginAPI.Inputs.Label.Bold*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Label_Bold" data-uid="DesktopMagicPluginAPI.Inputs.Label.Bold">Bold</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or set a value indicating whether the content of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a> is bold or not.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool Bold { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Label_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Label.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Label.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Label_Value_" data-uid="DesktopMagicPluginAPI.Inputs.Label.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Label_Value" data-uid="DesktopMagicPluginAPI.Inputs.Label.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the text associated with this <a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Label.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Label%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Label.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Enum MouseButton
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum MouseButton
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.MouseButton">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_MouseButton" data-uid="DesktopMagicPluginAPI.Inputs.MouseButton" class="text-break">Enum MouseButton
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Mouse Buttons</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_MouseButton_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public enum MouseButton</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</h3>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Inputs_MouseButton_Left">Left</td>
|
||||
<td><p>The left mouse button.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Inputs_MouseButton_Middle">Middle</td>
|
||||
<td><p>The middle mouse button.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="DesktopMagicPluginAPI_Inputs_MouseButton_Right">Right</td>
|
||||
<td><p>The right mouse button.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</thead></thead></table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_MouseButton.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.MouseButton%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/MouseButton.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,306 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class Slider
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Slider
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.Slider">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_Slider" data-uid="DesktopMagicPluginAPI.Inputs.Slider" class="text-break">Class Slider
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a slider control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">Slider</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_Slider_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Slider : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Slider__ctor_System_Double_System_Double_System_Double_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Slider.%23ctor(System.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Slider.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Slider__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.Slider.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Slider__ctor_System_Double_System_Double_System_Double_" data-uid="DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)">Slider(Double, Double, Double)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">min</code> value, <code data-dev-comment-type="paramref" class="paramref">max</code> value and <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Slider(double min, double max, double value = 0)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td><span class="parametername">min</span></td>
|
||||
<td><p>The maximum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td><span class="parametername">max</span></td>
|
||||
<td><p>The minimum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>The value assigned to the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Slider_Maximum.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Slider.Maximum%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Slider.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Slider_Maximum_" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Maximum*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Slider_Maximum" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Maximum">Maximum</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the maximum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double Maximum { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Slider_Minimum.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Slider.Minimum%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Slider.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Slider_Minimum_" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Minimum*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Slider_Minimum" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Minimum">Minimum</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum value for the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double Minimum { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Slider_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Slider.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Slider.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_Slider_Value_" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_Slider_Value" data-uid="DesktopMagicPluginAPI.Inputs.Slider.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the value assigned to the <a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a> element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Double</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_Slider.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.Slider%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/Slider.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,232 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class TextBox
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class TextBox
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs.TextBox">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs_TextBox" data-uid="DesktopMagicPluginAPI.Inputs.TextBox" class="text-break">Class TextBox
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Represents a text box control.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></div>
|
||||
<div class="level2"><span class="xref">TextBox</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_OnValueChanged">Element.OnValueChanged</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html#DesktopMagicPluginAPI_Inputs_Element_ValueChanged">Element.ValueChanged()</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.Inputs.html">DesktopMagicPluginAPI.Inputs</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Inputs_TextBox_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class TextBox : Element</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_TextBox__ctor_System_String_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.TextBox.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/TextBox.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_TextBox__ctor_" data-uid="DesktopMagicPluginAPI.Inputs.TextBox.#ctor*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_TextBox__ctor_System_String_" data-uid="DesktopMagicPluginAPI.Inputs.TextBox.#ctor(System.String)">TextBox(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="DesktopMagicPluginAPI.Inputs.TextBox.html">TextBox</a> class with the provided <code data-dev-comment-type="paramref" class="paramref">value</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TextBox(string value)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">value</span></td>
|
||||
<td><p>The text associated with this control.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_TextBox_Value.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.TextBox.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/TextBox.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Inputs_TextBox_Value_" data-uid="DesktopMagicPluginAPI.Inputs.TextBox.Value*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Inputs_TextBox_Value" data-uid="DesktopMagicPluginAPI.Inputs.TextBox.Value">Value</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the text associated with this <a class="xref" href="DesktopMagicPluginAPI.Inputs.TextBox.html">TextBox</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Inputs_TextBox.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Inputs.TextBox%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Inputs/TextBox.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Namespace DesktopMagicPluginAPI.Inputs
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace DesktopMagicPluginAPI.Inputs
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Inputs">
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Inputs" data-uid="DesktopMagicPluginAPI.Inputs" class="text-break">Namespace DesktopMagicPluginAPI.Inputs
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.Button.html">Button</a></h4>
|
||||
<section><p>Represents a button control.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.CheckBox.html">CheckBox</a></h4>
|
||||
<section><p>Represents a check box control.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.ComboBox.html">ComboBox</a></h4>
|
||||
<section><p>Represents a selection control with a drop-down list.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.Element.html">Element</a></h4>
|
||||
<section><p>The element base class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.ElementAttribute.html">ElementAttribute</a></h4>
|
||||
<section><p>Marks a Property as element.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html">IntegerUpDown</a></h4>
|
||||
<section><p>Represents a up-down control.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.Label.html">Label</a></h4>
|
||||
<section><p>Represents a label control.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.Slider.html">Slider</a></h4>
|
||||
<section><p>Represents a slider control.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.TextBox.html">TextBox</a></h4>
|
||||
<section><p>Represents a text box control.</p>
|
||||
</section>
|
||||
<h3 id="enums">Enums
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Inputs.MouseButton.html">MouseButton</a></h4>
|
||||
<section><p>Mouse Buttons</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,430 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class Plugin
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Plugin
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI.Plugin">
|
||||
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI_Plugin" data-uid="DesktopMagicPluginAPI.Plugin" class="text-break">Class Plugin
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>The plugin class.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">Plugin</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="DesktopMagicPluginAPI.html">DesktopMagicPluginAPI</a></h6>
|
||||
<h6><strong>Assembly</strong>: DesktopMagicPluginAPI.dll</h6>
|
||||
<h5 id="DesktopMagicPluginAPI_Plugin_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract class Plugin</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_Application.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.Application%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_Application_" data-uid="DesktopMagicPluginAPI.Plugin.Application*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_Application" data-uid="DesktopMagicPluginAPI.Plugin.Application">Application</h4>
|
||||
<div class="markdown level1 summary"><p>Informations about the main application.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IPluginData Application { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="DesktopMagicPluginAPI.IPluginData.html">IPluginData</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_RenderQuality.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.RenderQuality%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_RenderQuality_" data-uid="DesktopMagicPluginAPI.Plugin.RenderQuality*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_RenderQuality" data-uid="DesktopMagicPluginAPI.Plugin.RenderQuality">RenderQuality</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the render quality of the bitmap image.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual RenderQuality RenderQuality { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="DesktopMagicPluginAPI.Drawing.RenderQuality.html">RenderQuality</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_UpdateInterval.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.UpdateInterval%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_UpdateInterval_" data-uid="DesktopMagicPluginAPI.Plugin.UpdateInterval*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_UpdateInterval" data-uid="DesktopMagicPluginAPI.Plugin.UpdateInterval">UpdateInterval</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the interval, expressed in milliseconds, at which to call the <a class="xref" href="DesktopMagicPluginAPI.Plugin.html#DesktopMagicPluginAPI_Plugin_Main">Main()</a> method.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual int UpdateInterval { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_Main.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.Main%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L53">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_Main_" data-uid="DesktopMagicPluginAPI.Plugin.Main*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_Main" data-uid="DesktopMagicPluginAPI.Plugin.Main">Main()</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the <a class="xref" href="DesktopMagicPluginAPI.Plugin.html#DesktopMagicPluginAPI_Plugin_UpdateInterval">UpdateInterval</a> elapses.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract Bitmap Main()</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Bitmap</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_OnMouseClick_System_Drawing_Point_DesktopMagicPluginAPI_Inputs_MouseButton_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point%2CDesktopMagicPluginAPI.Inputs.MouseButton)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L60">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_OnMouseClick_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseClick*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_OnMouseClick_System_Drawing_Point_DesktopMagicPluginAPI_Inputs_MouseButton_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)">OnMouseClick(Point, MouseButton)</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the window is clicked by the mouse.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void OnMouseClick(Point position, MouseButton mouseButton)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Point</span></td>
|
||||
<td><span class="parametername">position</span></td>
|
||||
<td><p>The x- and y-coordinates of the mouse pointer position relative to the plugin window.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="DesktopMagicPluginAPI.Inputs.MouseButton.html">MouseButton</a></td>
|
||||
<td><span class="parametername">mouseButton</span></td>
|
||||
<td><p>The button associated with the event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_OnMouseMove_System_Drawing_Point_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L68">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_OnMouseMove_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseMove*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_OnMouseMove_System_Drawing_Point_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)">OnMouseMove(Point)</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the mouse pointer is moved over the control.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void OnMouseMove(Point position)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Point</span></td>
|
||||
<td><span class="parametername">position</span></td>
|
||||
<td><p>The x- and y-coordinates of the mouse pointer position relative to the plugin window.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_OnMouseWheel_System_Drawing_Point_System_Int32_.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_OnMouseWheel_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseWheel*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_OnMouseWheel_System_Drawing_Point_System_Int32_" data-uid="DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)">OnMouseWheel(Point, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void OnMouseWheel(Point position, int delta)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Drawing.Point</span></td>
|
||||
<td><span class="parametername">position</span></td>
|
||||
<td><p>The x- and y-coordinates of the mouse pointer position relative to the plugin window.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">delta</span></td>
|
||||
<td><p>A value that indicates the amount that the mouse wheel has changed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_Start.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.Start%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_Start_" data-uid="DesktopMagicPluginAPI.Plugin.Start*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_Start" data-uid="DesktopMagicPluginAPI.Plugin.Start">Start()</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs once when the plugin gets activated.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Start()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin_Stop.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin.Stop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="DesktopMagicPluginAPI_Plugin_Stop_" data-uid="DesktopMagicPluginAPI.Plugin.Stop*"></a>
|
||||
<h4 id="DesktopMagicPluginAPI_Plugin_Stop" data-uid="DesktopMagicPluginAPI.Plugin.Stop">Stop()</h4>
|
||||
<div class="markdown level1 summary"><p>Occurs once when the plugin gets deactivated.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Stop()</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/new/develop/apiSpec/new?filename=DesktopMagicPluginAPI_Plugin.md&value=---%0Auid%3A%20DesktopMagicPluginAPI.Plugin%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/Plugin.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,127 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Namespace DesktopMagicPluginAPI
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace DesktopMagicPluginAPI
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="DesktopMagicPluginAPI">
|
||||
|
||||
<h1 id="DesktopMagicPluginAPI" data-uid="DesktopMagicPluginAPI" class="text-break">Namespace DesktopMagicPluginAPI
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.Plugin.html">Plugin</a></h4>
|
||||
<section><p>The plugin class.</p>
|
||||
</section>
|
||||
<h3 id="interfaces">Interfaces
|
||||
</h3>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.IPluginData.html">IPluginData</a></h4>
|
||||
<section><p>Defines properties and methods that provide information about the main application.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="DesktopMagicPluginAPI.ITheme.html">ITheme</a></h4>
|
||||
<section><p>The theme settings of the main application.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>PLACEHOLDER </title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="PLACEHOLDER ">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="">
|
||||
<h1 id="placeholder">PLACEHOLDER</h1>
|
||||
|
||||
<p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/Stone-Red-Code/DesktopMagic/blob/develop/src/DesktopMagicPluginAPI/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,85 @@
|
||||
|
||||
<div id="sidetoggle">
|
||||
<div>
|
||||
<div class="sidefilter">
|
||||
<form class="toc-filter">
|
||||
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
||||
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
|
||||
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
|
||||
</form>
|
||||
</div>
|
||||
<div class="sidetoc">
|
||||
<div class="toc" id="toc">
|
||||
|
||||
<ul class="nav level1">
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="DesktopMagicPluginAPI.html" name="" title="DesktopMagicPluginAPI">DesktopMagicPluginAPI</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.IPluginData.html" name="" title="IPluginData">IPluginData</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.ITheme.html" name="" title="ITheme">ITheme</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Plugin.html" name="" title="Plugin">Plugin</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="DesktopMagicPluginAPI.Drawing.html" name="" title="DesktopMagicPluginAPI.Drawing">DesktopMagicPluginAPI.Drawing</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Drawing.GraphicsExtentions.html" name="" title="GraphicsExtentions">GraphicsExtentions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Drawing.RenderQuality.html" name="" title="RenderQuality">RenderQuality</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.html" name="" title="DesktopMagicPluginAPI.Inputs">DesktopMagicPluginAPI.Inputs</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.Button.html" name="" title="Button">Button</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.CheckBox.html" name="" title="CheckBox">CheckBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.ComboBox.html" name="" title="ComboBox">ComboBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.Element.html" name="" title="Element">Element</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.ElementAttribute.html" name="" title="ElementAttribute">ElementAttribute</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.IntegerUpDown.html" name="" title="IntegerUpDown">IntegerUpDown</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.Label.html" name="" title="Label">Label</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.MouseButton.html" name="" title="MouseButton">MouseButton</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.Slider.html" name="" title="Slider">Slider</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="DesktopMagicPluginAPI.Inputs.TextBox.html" name="" title="TextBox">TextBox</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user