mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 17:06:12 +02:00
- Rename src to _src
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"DesktopMagicPluginAPI": "DesktopMagicPluginAPI.yml",
|
||||
"DesktopMagicPluginAPI.Drawing": "DesktopMagicPluginAPI.Drawing.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)": "DesktopMagicPluginAPI.Drawing.GraphicsExtentions.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.RenderQuality": "DesktopMagicPluginAPI.Drawing.RenderQuality.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.RenderQuality.High": "DesktopMagicPluginAPI.Drawing.RenderQuality.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.RenderQuality.Low": "DesktopMagicPluginAPI.Drawing.RenderQuality.yml",
|
||||
"DesktopMagicPluginAPI.Drawing.RenderQuality.Performance": "DesktopMagicPluginAPI.Drawing.RenderQuality.yml",
|
||||
"DesktopMagicPluginAPI.Inputs": "DesktopMagicPluginAPI.Inputs.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Button": "DesktopMagicPluginAPI.Inputs.Button.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)": "DesktopMagicPluginAPI.Inputs.Button.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Button.Click": "DesktopMagicPluginAPI.Inputs.Button.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Button.OnClick": "DesktopMagicPluginAPI.Inputs.Button.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Button.Value": "DesktopMagicPluginAPI.Inputs.Button.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.CheckBox": "DesktopMagicPluginAPI.Inputs.CheckBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.CheckBox.#ctor(System.Boolean)": "DesktopMagicPluginAPI.Inputs.CheckBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.CheckBox.Value": "DesktopMagicPluginAPI.Inputs.CheckBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ComboBox": "DesktopMagicPluginAPI.Inputs.ComboBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ComboBox.#ctor(System.String[])": "DesktopMagicPluginAPI.Inputs.ComboBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ComboBox.Items": "DesktopMagicPluginAPI.Inputs.ComboBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ComboBox.Value": "DesktopMagicPluginAPI.Inputs.ComboBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Element": "DesktopMagicPluginAPI.Inputs.Element.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Element.OnValueChanged": "DesktopMagicPluginAPI.Inputs.Element.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Element.ValueChanged": "DesktopMagicPluginAPI.Inputs.Element.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.Int32)": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.String,System.Int32)": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute.Name": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex": "DesktopMagicPluginAPI.Inputs.ElementAttribute.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.IntegerUpDown": "DesktopMagicPluginAPI.Inputs.IntegerUpDown.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor(System.Int32,System.Int32,System.Int32)": "DesktopMagicPluginAPI.Inputs.IntegerUpDown.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum": "DesktopMagicPluginAPI.Inputs.IntegerUpDown.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum": "DesktopMagicPluginAPI.Inputs.IntegerUpDown.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value": "DesktopMagicPluginAPI.Inputs.IntegerUpDown.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Label": "DesktopMagicPluginAPI.Inputs.Label.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Label.#ctor(System.String,System.Boolean)": "DesktopMagicPluginAPI.Inputs.Label.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Label.Bold": "DesktopMagicPluginAPI.Inputs.Label.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Label.Value": "DesktopMagicPluginAPI.Inputs.Label.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.MouseButton": "DesktopMagicPluginAPI.Inputs.MouseButton.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.MouseButton.Left": "DesktopMagicPluginAPI.Inputs.MouseButton.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.MouseButton.Middle": "DesktopMagicPluginAPI.Inputs.MouseButton.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.MouseButton.Right": "DesktopMagicPluginAPI.Inputs.MouseButton.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Slider": "DesktopMagicPluginAPI.Inputs.Slider.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)": "DesktopMagicPluginAPI.Inputs.Slider.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Slider.Maximum": "DesktopMagicPluginAPI.Inputs.Slider.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Slider.Minimum": "DesktopMagicPluginAPI.Inputs.Slider.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.Slider.Value": "DesktopMagicPluginAPI.Inputs.Slider.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.TextBox": "DesktopMagicPluginAPI.Inputs.TextBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.TextBox.#ctor(System.String)": "DesktopMagicPluginAPI.Inputs.TextBox.yml",
|
||||
"DesktopMagicPluginAPI.Inputs.TextBox.Value": "DesktopMagicPluginAPI.Inputs.TextBox.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.Color": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.Font": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.PluginName": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.PluginPath": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.Theme": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.UpdateWindow": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.WindowPosition": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.IPluginData.WindowSize": "DesktopMagicPluginAPI.IPluginData.yml",
|
||||
"DesktopMagicPluginAPI.ITheme": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.BackgroundColor": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.CornerRadius": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.Font": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.Margin": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.PrimaryColor": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.ITheme.SecondaryColor": "DesktopMagicPluginAPI.ITheme.yml",
|
||||
"DesktopMagicPluginAPI.Plugin": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.Application": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.Main": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.RenderQuality": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.Start": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.Stop": "DesktopMagicPluginAPI.Plugin.yml",
|
||||
"DesktopMagicPluginAPI.Plugin.UpdateInterval": "DesktopMagicPluginAPI.Plugin.yml"
|
||||
}
|
||||
@@ -0,0 +1,817 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
id: GraphicsExtentions
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GraphicsExtentions
|
||||
nameWithType: GraphicsExtentions
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: GraphicsExtentions
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nExtensions for the <xref href=\"System.Drawing.Graphics\" data-throw-if-not-resolved=\"false\"></xref> class.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class GraphicsExtentions
|
||||
content.vb: Public Module GraphicsExtentions
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Module
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
id: DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringMonospace(Graphics, String, Font, Brush, Single, Single)
|
||||
nameWithType: GraphicsExtentions.DrawStringMonospace(Graphics, String, Font, Brush, Single, Single)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Single, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringMonospace
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringMonospace(this Graphics graphics, string s, Font font, Brush brush, float x, float y)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: x
|
||||
type: System.Single
|
||||
description: The x-coordinate of the upper-left corner of the drawn text.
|
||||
- id: y
|
||||
type: System.Single
|
||||
description: The y-coordinate of the upper-left corner of the drawn text.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringMonospace(graphics As Graphics, s As String, font As Font, brush As Brush, x As Single, y As Single)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
id: DrawStringMonospace(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringMonospace(Graphics, String, Font, Brush, PointF)
|
||||
nameWithType: GraphicsExtentions.DrawStringMonospace(Graphics, String, Font, Brush, PointF)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Drawing.PointF)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringMonospace
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringMonospace(this Graphics graphics, string s, Font font, Brush brush, PointF point)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: point
|
||||
type: System.Drawing.PointF
|
||||
description: <xref href="System.Drawing.PointF" data-throw-if-not-resolved="false"></xref> structure that specifies the upper-left corner of the drawn text.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringMonospace(graphics As Graphics, s As String, font As Font, brush As Brush, point As PointF)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)
|
||||
id: DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringFixedWidth(Graphics, String, Font, Brush, Single, Single, Single)
|
||||
nameWithType: GraphicsExtentions.DrawStringFixedWidth(Graphics, String, Font, Brush, Single, Single, Single)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Single, System.Single, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringFixedWidth
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringFixedWidth(this Graphics graphics, string s, Font font, Brush brush, float x, float y, float width)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: x
|
||||
type: System.Single
|
||||
description: The x-coordinate of the upper-left corner of the drawn text.
|
||||
- id: y
|
||||
type: System.Single
|
||||
description: The y-coordinate of the upper-left corner of the drawn text.
|
||||
- id: width
|
||||
type: System.Single
|
||||
description: The specified width.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringFixedWidth(graphics As Graphics, s As String, font As Font, brush As Brush, x As Single, y As Single, width As Single)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)
|
||||
id: DrawStringFixedWidth(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringFixedWidth(Graphics, String, Font, Brush, PointF, Single)
|
||||
nameWithType: GraphicsExtentions.DrawStringFixedWidth(Graphics, String, Font, Brush, PointF, Single)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Drawing.PointF, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringFixedWidth
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringFixedWidth(this Graphics graphics, string s, Font font, Brush brush, PointF point, float width)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: point
|
||||
type: System.Drawing.PointF
|
||||
description: <xref href="System.Drawing.PointF" data-throw-if-not-resolved="false"></xref> structure that specifies the upper-left corner of the drawn text.
|
||||
- id: width
|
||||
type: System.Single
|
||||
description: The specified width.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringFixedWidth(graphics As Graphics, s As String, font As Font, brush As Brush, point As PointF, width As Single)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
id: DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringNoLeftPadding(Graphics, String, Font, Brush, Single, Single)
|
||||
nameWithType: GraphicsExtentions.DrawStringNoLeftPadding(Graphics, String, Font, Brush, Single, Single)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Single, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringNoLeftPadding
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringNoLeftPadding(this Graphics graphics, string s, Font font, Brush brush, float x, float y)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: x
|
||||
type: System.Single
|
||||
description: The x-coordinate of the upper-left corner of the drawn text.
|
||||
- id: y
|
||||
type: System.Single
|
||||
description: The y-coordinate of the upper-left corner of the drawn text.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringNoLeftPadding(graphics As Graphics, s As String, font As Font, brush As Brush, x As Single, y As Single)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
id: DrawStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawStringNoLeftPadding(Graphics, String, Font, Brush, PointF)
|
||||
nameWithType: GraphicsExtentions.DrawStringNoLeftPadding(Graphics, String, Font, Brush, PointF)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding(System.Drawing.Graphics, System.String, System.Drawing.Font, System.Drawing.Brush, System.Drawing.PointF)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: DrawStringNoLeftPadding
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawStringNoLeftPadding(this Graphics graphics, string s, Font font, Brush brush, PointF point)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: s
|
||||
type: System.String
|
||||
description: String to draw.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
- id: brush
|
||||
type: System.Drawing.Brush
|
||||
description: <xref href="System.Drawing.Brush" data-throw-if-not-resolved="false"></xref> that determines the color and texture of the drawn text.
|
||||
- id: point
|
||||
type: System.Drawing.PointF
|
||||
description: <xref href="System.Drawing.PointF" data-throw-if-not-resolved="false"></xref> structure that specifies the upper-left corner of the drawn text.
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawStringNoLeftPadding(graphics As Graphics, s As String, font As Font, brush As Brush, point As PointF)
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)
|
||||
commentId: M:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)
|
||||
id: MeasureStringNoLeftPadding(System.Drawing.Graphics,System.String,System.Drawing.Font)
|
||||
isExtensionMethod: true
|
||||
parent: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MeasureStringNoLeftPadding(Graphics, String, Font)
|
||||
nameWithType: GraphicsExtentions.MeasureStringNoLeftPadding(Graphics, String, Font)
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding(System.Drawing.Graphics, System.String, System.Drawing.Font)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/GraphicsExtentions.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: MeasureStringNoLeftPadding
|
||||
path: Drawing/GraphicsExtentions.cs
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\n<inheritdoc cref=\"M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)\"></inheritdoc>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static SizeF MeasureStringNoLeftPadding(this Graphics graphics, string text, Font font)
|
||||
parameters:
|
||||
- id: graphics
|
||||
type: System.Drawing.Graphics
|
||||
description: Graphics object.
|
||||
- id: text
|
||||
type: System.String
|
||||
description: String to measure.
|
||||
- id: font
|
||||
type: System.Drawing.Font
|
||||
description: <xref href="System.Drawing.Font" data-throw-if-not-resolved="false"></xref> that defines the text format of the string.
|
||||
return:
|
||||
type: System.Drawing.SizeF
|
||||
description: ''
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function MeasureStringNoLeftPadding(graphics As Graphics, text As String, font As Font) As SizeF
|
||||
overload: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: System.Drawing.Graphics
|
||||
commentId: T:System.Drawing.Graphics
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Graphics
|
||||
nameWithType: Graphics
|
||||
fullName: System.Drawing.Graphics
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Drawing
|
||||
commentId: N:System.Drawing
|
||||
isExternal: true
|
||||
name: System.Drawing
|
||||
nameWithType: System.Drawing
|
||||
fullName: System.Drawing
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.Drawing.Font
|
||||
commentId: T:System.Drawing.Font
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Font
|
||||
nameWithType: Font
|
||||
fullName: System.Drawing.Font
|
||||
- uid: System.Drawing.Brush
|
||||
commentId: T:System.Drawing.Brush
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Brush
|
||||
nameWithType: Brush
|
||||
fullName: System.Drawing.Brush
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace
|
||||
name: DrawStringMonospace
|
||||
nameWithType: GraphicsExtentions.DrawStringMonospace
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringMonospace
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: System.Drawing.PointF
|
||||
commentId: T:System.Drawing.PointF
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: PointF
|
||||
nameWithType: PointF
|
||||
fullName: System.Drawing.PointF
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth
|
||||
name: DrawStringFixedWidth
|
||||
nameWithType: GraphicsExtentions.DrawStringFixedWidth
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringFixedWidth
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding
|
||||
name: DrawStringNoLeftPadding
|
||||
nameWithType: GraphicsExtentions.DrawStringNoLeftPadding
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.DrawStringNoLeftPadding
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding
|
||||
name: MeasureStringNoLeftPadding
|
||||
nameWithType: GraphicsExtentions.MeasureStringNoLeftPadding
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions.MeasureStringNoLeftPadding
|
||||
- uid: System.Drawing.SizeF
|
||||
commentId: T:System.Drawing.SizeF
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: SizeF
|
||||
nameWithType: SizeF
|
||||
fullName: System.Drawing.SizeF
|
||||
@@ -0,0 +1,159 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
id: RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: RenderQuality
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nSpecifies which render quality is used to display the bitmap images.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum RenderQuality
|
||||
content.vb: Public Enum RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
id: High
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: High
|
||||
nameWithType: RenderQuality.High
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: High
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nSlower then <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.Low\" data-throw-if-not-resolved=\"false\"></xref> but produces higher quality output.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: High = 0
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
id: Low
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Low
|
||||
nameWithType: RenderQuality.Low
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Low
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nFaster then <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.High\" data-throw-if-not-resolved=\"false\"></xref> but produces lower quality output.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Low = 1
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
id: Performance
|
||||
parent: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Performance
|
||||
nameWithType: RenderQuality.Performance
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality.Performance
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Drawing/RenderQuality.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Performance
|
||||
path: Drawing/RenderQuality.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Drawing
|
||||
summary: "\nProvides performance benefits over <xref href=\"DesktopMagicPluginAPI.Drawing.RenderQuality.Low\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Performance = 2
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.Low
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
commentId: F:DesktopMagicPluginAPI.Drawing.RenderQuality.High
|
||||
isExternal: true
|
||||
@@ -0,0 +1,34 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
id: DesktopMagicPluginAPI.Drawing
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
- DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
name: GraphicsExtentions
|
||||
nameWithType: GraphicsExtentions
|
||||
fullName: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
@@ -0,0 +1,433 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.IPluginData
|
||||
commentId: T:DesktopMagicPluginAPI.IPluginData
|
||||
id: IPluginData
|
||||
parent: DesktopMagicPluginAPI
|
||||
children:
|
||||
- DesktopMagicPluginAPI.IPluginData.Color
|
||||
- DesktopMagicPluginAPI.IPluginData.Font
|
||||
- DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
- DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
- DesktopMagicPluginAPI.IPluginData.Theme
|
||||
- DesktopMagicPluginAPI.IPluginData.UpdateWindow
|
||||
- DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
- DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IPluginData
|
||||
nameWithType: IPluginData
|
||||
fullName: DesktopMagicPluginAPI.IPluginData
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: IPluginData
|
||||
path: IPluginData.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nDefines properties and methods that provide information about the main application.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public interface IPluginData
|
||||
content.vb: Public Interface IPluginData
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- interface
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Interface
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Font
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.Font
|
||||
id: Font
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Font
|
||||
nameWithType: IPluginData.Font
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Font
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Font
|
||||
path: IPluginData.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the current font of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the \"Theme\" property instead")]
|
||||
|
||||
string Font { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: >-
|
||||
<Obsolete("Use the ""Theme"" property instead")>
|
||||
|
||||
ReadOnly Property Font As String
|
||||
overload: DesktopMagicPluginAPI.IPluginData.Font*
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the "Theme" property instead
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Color
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.Color
|
||||
id: Color
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Color
|
||||
nameWithType: IPluginData.Color
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Color
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Color
|
||||
path: IPluginData.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the current color of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the \"Theme\" property instead")]
|
||||
|
||||
Color Color { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Color
|
||||
content.vb: >-
|
||||
<Obsolete("Use the ""Theme"" property instead")>
|
||||
|
||||
ReadOnly Property Color As Color
|
||||
overload: DesktopMagicPluginAPI.IPluginData.Color*
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the "Theme" property instead
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Theme
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.Theme
|
||||
id: Theme
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Theme
|
||||
nameWithType: IPluginData.Theme
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Theme
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Theme
|
||||
path: IPluginData.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the current theme setting of the main application.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: ITheme Theme { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.ITheme
|
||||
content.vb: ReadOnly Property Theme As ITheme
|
||||
overload: DesktopMagicPluginAPI.IPluginData.Theme*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
id: WindowSize
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WindowSize
|
||||
nameWithType: IPluginData.WindowSize
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: WindowSize
|
||||
path: IPluginData.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the window size of the plugin window.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Size WindowSize { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Size
|
||||
content.vb: ReadOnly Property WindowSize As Size
|
||||
overload: DesktopMagicPluginAPI.IPluginData.WindowSize*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
id: WindowPosition
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WindowPosition
|
||||
nameWithType: IPluginData.WindowPosition
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: WindowPosition
|
||||
path: IPluginData.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the window position of the plugin window.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Point WindowPosition { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Point
|
||||
content.vb: ReadOnly Property WindowPosition As Point
|
||||
overload: DesktopMagicPluginAPI.IPluginData.WindowPosition*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
id: PluginName
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PluginName
|
||||
nameWithType: IPluginData.PluginName
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: PluginName
|
||||
path: IPluginData.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the name of the plugin.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: string PluginName { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: ReadOnly Property PluginName As String
|
||||
overload: DesktopMagicPluginAPI.IPluginData.PluginName*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
commentId: P:DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
id: PluginPath
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PluginPath
|
||||
nameWithType: IPluginData.PluginPath
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: PluginPath
|
||||
path: IPluginData.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the path of the parent directory of the plugin.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: string PluginPath { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: ReadOnly Property PluginPath As String
|
||||
overload: DesktopMagicPluginAPI.IPluginData.PluginPath*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.UpdateWindow
|
||||
commentId: M:DesktopMagicPluginAPI.IPluginData.UpdateWindow
|
||||
id: UpdateWindow
|
||||
parent: DesktopMagicPluginAPI.IPluginData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateWindow()
|
||||
nameWithType: IPluginData.UpdateWindow()
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.UpdateWindow()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/IPluginData.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: UpdateWindow
|
||||
path: IPluginData.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nUpdates the plugin window.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: void UpdateWindow()
|
||||
content.vb: Sub UpdateWindow
|
||||
overload: DesktopMagicPluginAPI.IPluginData.UpdateWindow*
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI
|
||||
commentId: N:DesktopMagicPluginAPI
|
||||
name: DesktopMagicPluginAPI
|
||||
nameWithType: DesktopMagicPluginAPI
|
||||
fullName: DesktopMagicPluginAPI
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Font*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.Font
|
||||
name: Font
|
||||
nameWithType: IPluginData.Font
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Font
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Color*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.Color
|
||||
name: Color
|
||||
nameWithType: IPluginData.Color
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Color
|
||||
- uid: System.Drawing.Color
|
||||
commentId: T:System.Drawing.Color
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: System.Drawing.Color
|
||||
- uid: System.Drawing
|
||||
commentId: N:System.Drawing
|
||||
isExternal: true
|
||||
name: System.Drawing
|
||||
nameWithType: System.Drawing
|
||||
fullName: System.Drawing
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.Theme*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.Theme
|
||||
name: Theme
|
||||
nameWithType: IPluginData.Theme
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.Theme
|
||||
- uid: DesktopMagicPluginAPI.ITheme
|
||||
commentId: T:DesktopMagicPluginAPI.ITheme
|
||||
parent: DesktopMagicPluginAPI
|
||||
name: ITheme
|
||||
nameWithType: ITheme
|
||||
fullName: DesktopMagicPluginAPI.ITheme
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.WindowSize*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
name: WindowSize
|
||||
nameWithType: IPluginData.WindowSize
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.WindowSize
|
||||
- uid: System.Drawing.Size
|
||||
commentId: T:System.Drawing.Size
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Size
|
||||
nameWithType: Size
|
||||
fullName: System.Drawing.Size
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.WindowPosition*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
name: WindowPosition
|
||||
nameWithType: IPluginData.WindowPosition
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.WindowPosition
|
||||
- uid: System.Drawing.Point
|
||||
commentId: T:System.Drawing.Point
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: System.Drawing.Point
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.PluginName*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
name: PluginName
|
||||
nameWithType: IPluginData.PluginName
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.PluginName
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.PluginPath*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
name: PluginPath
|
||||
nameWithType: IPluginData.PluginPath
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.PluginPath
|
||||
- uid: DesktopMagicPluginAPI.IPluginData.UpdateWindow*
|
||||
commentId: Overload:DesktopMagicPluginAPI.IPluginData.UpdateWindow
|
||||
name: UpdateWindow
|
||||
nameWithType: IPluginData.UpdateWindow
|
||||
fullName: DesktopMagicPluginAPI.IPluginData.UpdateWindow
|
||||
@@ -0,0 +1,321 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.ITheme
|
||||
commentId: T:DesktopMagicPluginAPI.ITheme
|
||||
id: ITheme
|
||||
parent: DesktopMagicPluginAPI
|
||||
children:
|
||||
- DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
- DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
- DesktopMagicPluginAPI.ITheme.Font
|
||||
- DesktopMagicPluginAPI.ITheme.Margin
|
||||
- DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
- DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ITheme
|
||||
nameWithType: ITheme
|
||||
fullName: DesktopMagicPluginAPI.ITheme
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: ITheme
|
||||
path: ITheme.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nThe theme settings of the main application.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public interface ITheme
|
||||
content.vb: Public Interface ITheme
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- interface
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Interface
|
||||
- uid: DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
id: PrimaryColor
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PrimaryColor
|
||||
nameWithType: ITheme.PrimaryColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: PrimaryColor
|
||||
path: ITheme.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the primary color of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Color PrimaryColor { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Color
|
||||
content.vb: ReadOnly Property PrimaryColor As Color
|
||||
overload: DesktopMagicPluginAPI.ITheme.PrimaryColor*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
id: SecondaryColor
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SecondaryColor
|
||||
nameWithType: ITheme.SecondaryColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: SecondaryColor
|
||||
path: ITheme.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the secondary color of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Color SecondaryColor { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Color
|
||||
content.vb: ReadOnly Property SecondaryColor As Color
|
||||
overload: DesktopMagicPluginAPI.ITheme.SecondaryColor*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
id: BackgroundColor
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: BackgroundColor
|
||||
nameWithType: ITheme.BackgroundColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: BackgroundColor
|
||||
path: ITheme.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the background color of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Color BackgroundColor { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Drawing.Color
|
||||
content.vb: ReadOnly Property BackgroundColor As Color
|
||||
overload: DesktopMagicPluginAPI.ITheme.BackgroundColor*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.ITheme.Font
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.Font
|
||||
id: Font
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Font
|
||||
nameWithType: ITheme.Font
|
||||
fullName: DesktopMagicPluginAPI.ITheme.Font
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Font
|
||||
path: ITheme.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the font of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: string Font { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: ReadOnly Property Font As String
|
||||
overload: DesktopMagicPluginAPI.ITheme.Font*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
id: CornerRadius
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CornerRadius
|
||||
nameWithType: ITheme.CornerRadius
|
||||
fullName: DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: CornerRadius
|
||||
path: ITheme.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the corner radius of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: int CornerRadius { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: ReadOnly Property CornerRadius As Integer
|
||||
overload: DesktopMagicPluginAPI.ITheme.CornerRadius*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.ITheme.Margin
|
||||
commentId: P:DesktopMagicPluginAPI.ITheme.Margin
|
||||
id: Margin
|
||||
parent: DesktopMagicPluginAPI.ITheme
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Margin
|
||||
nameWithType: ITheme.Margin
|
||||
fullName: DesktopMagicPluginAPI.ITheme.Margin
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/ITheme.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Margin
|
||||
path: ITheme.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets the corner radius of the current theme.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: int Margin { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: ReadOnly Property Margin As Integer
|
||||
overload: DesktopMagicPluginAPI.ITheme.Margin*
|
||||
modifiers.csharp:
|
||||
- get
|
||||
modifiers.vb:
|
||||
- ReadOnly
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI
|
||||
commentId: N:DesktopMagicPluginAPI
|
||||
name: DesktopMagicPluginAPI
|
||||
nameWithType: DesktopMagicPluginAPI
|
||||
fullName: DesktopMagicPluginAPI
|
||||
- uid: DesktopMagicPluginAPI.ITheme.PrimaryColor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
name: PrimaryColor
|
||||
nameWithType: ITheme.PrimaryColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.PrimaryColor
|
||||
- uid: System.Drawing.Color
|
||||
commentId: T:System.Drawing.Color
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: System.Drawing.Color
|
||||
- uid: System.Drawing
|
||||
commentId: N:System.Drawing
|
||||
isExternal: true
|
||||
name: System.Drawing
|
||||
nameWithType: System.Drawing
|
||||
fullName: System.Drawing
|
||||
- uid: DesktopMagicPluginAPI.ITheme.SecondaryColor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
name: SecondaryColor
|
||||
nameWithType: ITheme.SecondaryColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.SecondaryColor
|
||||
- uid: DesktopMagicPluginAPI.ITheme.BackgroundColor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
name: BackgroundColor
|
||||
nameWithType: ITheme.BackgroundColor
|
||||
fullName: DesktopMagicPluginAPI.ITheme.BackgroundColor
|
||||
- uid: DesktopMagicPluginAPI.ITheme.Font*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.Font
|
||||
name: Font
|
||||
nameWithType: ITheme.Font
|
||||
fullName: DesktopMagicPluginAPI.ITheme.Font
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.ITheme.CornerRadius*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
name: CornerRadius
|
||||
nameWithType: ITheme.CornerRadius
|
||||
fullName: DesktopMagicPluginAPI.ITheme.CornerRadius
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: DesktopMagicPluginAPI.ITheme.Margin*
|
||||
commentId: Overload:DesktopMagicPluginAPI.ITheme.Margin
|
||||
name: Margin
|
||||
nameWithType: ITheme.Margin
|
||||
fullName: DesktopMagicPluginAPI.ITheme.Margin
|
||||
@@ -0,0 +1,569 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Button
|
||||
id: Button
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
- DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
- DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
- DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Button
|
||||
nameWithType: Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Button
|
||||
path: Inputs/Button.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a button control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class Button : Element'
|
||||
content.vb: >-
|
||||
Public Class Button
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
id: OnClick
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnClick
|
||||
nameWithType: Button.OnClick
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnClick
|
||||
path: Inputs/Button.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nOccurs when the button gets clicked.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action OnClick
|
||||
return:
|
||||
type: System.Action
|
||||
content.vb: Public Event OnClick As Action
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: Button.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/Button.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the text caption displayed in the <xref href=\"DesktopMagicPluginAPI.Inputs.Button\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Property Value As String
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Button(String)
|
||||
nameWithType: Button.Button(String)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Button(System.String)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/Button.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Button\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Button(string value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.String
|
||||
description: The text caption displayed in the <xref href="DesktopMagicPluginAPI.Inputs.Button" data-throw-if-not-resolved="false"></xref> control.
|
||||
content.vb: Public Sub New(value As String)
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
id: Click
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Click()
|
||||
nameWithType: Button.Click()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Click()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Click
|
||||
path: Inputs/Button.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nTriggers the <xref href=\"DesktopMagicPluginAPI.Inputs.Button.OnClick\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Click()
|
||||
content.vb: Public Sub Click
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.Click*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.Action
|
||||
commentId: T:System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Button
|
||||
name: Button
|
||||
nameWithType: Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
name: Value
|
||||
nameWithType: Button.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.#ctor
|
||||
name: Button
|
||||
nameWithType: Button.Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Click*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
name: Click
|
||||
nameWithType: Button.Click
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
@@ -0,0 +1,487 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
id: CheckBox
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.CheckBox.#ctor(System.Boolean)
|
||||
- DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CheckBox
|
||||
nameWithType: CheckBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/CheckBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: CheckBox
|
||||
path: Inputs/CheckBox.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a check box control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class CheckBox : Element'
|
||||
content.vb: >-
|
||||
Public Class CheckBox
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: CheckBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/CheckBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/CheckBox.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or set a value indicating whether the <xref href=\"DesktopMagicPluginAPI.Inputs.CheckBox\" data-throw-if-not-resolved=\"false\"></xref> is in the checked state.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Property Value As Boolean
|
||||
overload: DesktopMagicPluginAPI.Inputs.CheckBox.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox.#ctor(System.Boolean)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.CheckBox.#ctor(System.Boolean)
|
||||
id: '#ctor(System.Boolean)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CheckBox(Boolean)
|
||||
nameWithType: CheckBox.CheckBox(Boolean)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox.CheckBox(System.Boolean)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/CheckBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/CheckBox.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.CheckBox\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public CheckBox(bool value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.Boolean
|
||||
description: A value indicating whether the <xref href="DesktopMagicPluginAPI.Inputs.CheckBox" data-throw-if-not-resolved="false"></xref> is in the checked state.
|
||||
content.vb: Public Sub New(value As Boolean)
|
||||
overload: DesktopMagicPluginAPI.Inputs.CheckBox.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
name: CheckBox
|
||||
nameWithType: CheckBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
name: Value
|
||||
nameWithType: CheckBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox.Value
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.CheckBox.#ctor
|
||||
name: CheckBox
|
||||
nameWithType: CheckBox.CheckBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox.CheckBox
|
||||
@@ -0,0 +1,654 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
id: ComboBox
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.ComboBox.#ctor(System.String[])
|
||||
- DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
- DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ComboBox
|
||||
nameWithType: ComboBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/ComboBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: ComboBox
|
||||
path: Inputs/ComboBox.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a selection control with a drop-down list.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class ComboBox : Element'
|
||||
content.vb: >-
|
||||
Public Class ComboBox
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
id: Items
|
||||
parent: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Items
|
||||
nameWithType: ComboBox.Items
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/ComboBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Items
|
||||
path: Inputs/ComboBox.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets the collection used to generate the content of the <xref href=\"DesktopMagicPluginAPI.Inputs.ComboBox\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public ObservableCollection<string> Items { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Collections.ObjectModel.ObservableCollection{System.String}
|
||||
content.vb: Public ReadOnly Property Items As ObservableCollection(Of String)
|
||||
overload: DesktopMagicPluginAPI.Inputs.ComboBox.Items*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: ComboBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/ComboBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/ComboBox.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets the currently selected item associated with this <xref href=\"DesktopMagicPluginAPI.Inputs.ComboBox\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
remarks: If you assign a value to this property, the displayed text in the user interface will not be changed.
|
||||
example: []
|
||||
syntax:
|
||||
content: public string Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Property Value As String
|
||||
overload: DesktopMagicPluginAPI.Inputs.ComboBox.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.#ctor(System.String[])
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.ComboBox.#ctor(System.String[])
|
||||
id: '#ctor(System.String[])'
|
||||
parent: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ComboBox(String[])
|
||||
nameWithType: ComboBox.ComboBox(String[])
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.ComboBox(System.String[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/ComboBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/ComboBox.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Label\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">items</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public ComboBox(params string[] items)
|
||||
parameters:
|
||||
- id: items
|
||||
type: System.String[]
|
||||
description: ''
|
||||
content.vb: Public Sub New(ParamArray items As String())
|
||||
overload: DesktopMagicPluginAPI.Inputs.ComboBox.#ctor*
|
||||
nameWithType.vb: ComboBox.ComboBox(String())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: DesktopMagicPluginAPI.Inputs.ComboBox.ComboBox(System.String())
|
||||
name.vb: ComboBox(String())
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
name: ComboBox
|
||||
nameWithType: ComboBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.Items*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
name: Items
|
||||
nameWithType: ComboBox.Items
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.Items
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection{System.String}
|
||||
commentId: T:System.Collections.ObjectModel.ObservableCollection{System.String}
|
||||
parent: System.Collections.ObjectModel
|
||||
definition: System.Collections.ObjectModel.ObservableCollection`1
|
||||
name: ObservableCollection<String>
|
||||
nameWithType: ObservableCollection<String>
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection<System.String>
|
||||
nameWithType.vb: ObservableCollection(Of String)
|
||||
fullName.vb: System.Collections.ObjectModel.ObservableCollection(Of System.String)
|
||||
name.vb: ObservableCollection(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection`1
|
||||
name: ObservableCollection
|
||||
nameWithType: ObservableCollection
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection`1
|
||||
name: ObservableCollection
|
||||
nameWithType: ObservableCollection
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection`1
|
||||
commentId: T:System.Collections.ObjectModel.ObservableCollection`1
|
||||
isExternal: true
|
||||
name: ObservableCollection<T>
|
||||
nameWithType: ObservableCollection<T>
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection<T>
|
||||
nameWithType.vb: ObservableCollection(Of T)
|
||||
fullName.vb: System.Collections.ObjectModel.ObservableCollection(Of T)
|
||||
name.vb: ObservableCollection(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection`1
|
||||
name: ObservableCollection
|
||||
nameWithType: ObservableCollection
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.ObjectModel.ObservableCollection`1
|
||||
name: ObservableCollection
|
||||
nameWithType: ObservableCollection
|
||||
fullName: System.Collections.ObjectModel.ObservableCollection
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.ObjectModel
|
||||
commentId: N:System.Collections.ObjectModel
|
||||
isExternal: true
|
||||
name: System.Collections.ObjectModel
|
||||
nameWithType: System.Collections.ObjectModel
|
||||
fullName: System.Collections.ObjectModel
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
name: Value
|
||||
nameWithType: ComboBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.Value
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Label
|
||||
name: Label
|
||||
nameWithType: Label
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.ComboBox.#ctor
|
||||
name: ComboBox
|
||||
nameWithType: ComboBox.ComboBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox.ComboBox
|
||||
- uid: System.String[]
|
||||
isExternal: true
|
||||
name: String[]
|
||||
nameWithType: String[]
|
||||
fullName: System.String[]
|
||||
nameWithType.vb: String()
|
||||
fullName.vb: System.String()
|
||||
name.vb: String()
|
||||
spec.csharp:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
@@ -0,0 +1,445 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
id: Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Element.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Element
|
||||
path: Inputs/Element.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe element base class.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract class Element
|
||||
content.vb: Public MustInherit Class Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
derivedClasses:
|
||||
- DesktopMagicPluginAPI.Inputs.Button
|
||||
- DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
- DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
- DesktopMagicPluginAPI.Inputs.Label
|
||||
- DesktopMagicPluginAPI.Inputs.Slider
|
||||
- DesktopMagicPluginAPI.Inputs.TextBox
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustInherit
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
id: OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Element.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnValueChanged
|
||||
path: Inputs/Element.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nOccurs when the value has been changed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action OnValueChanged
|
||||
return:
|
||||
type: System.Action
|
||||
content.vb: Public Event OnValueChanged As Action
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
id: ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Element.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: ValueChanged
|
||||
path: Inputs/Element.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nTriggers the <xref href=\"DesktopMagicPluginAPI.Inputs.Element.OnValueChanged\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected void ValueChanged()
|
||||
content.vb: Protected Sub ValueChanged
|
||||
overload: DesktopMagicPluginAPI.Inputs.Element.ValueChanged*
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.Action
|
||||
commentId: T:System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,585 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
id: IntegerUpDown
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor(System.Int32,System.Int32,System.Int32)
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IntegerUpDown
|
||||
nameWithType: IntegerUpDown
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: IntegerUpDown
|
||||
path: Inputs/IntegerUpDown.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a up-down control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class IntegerUpDown : Element'
|
||||
content.vb: >-
|
||||
Public Class IntegerUpDown
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
id: Maximum
|
||||
parent: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Maximum
|
||||
nameWithType: IntegerUpDown.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Maximum
|
||||
path: Inputs/IntegerUpDown.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the maximum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.IntegerUpDown\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public int Maximum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public ReadOnly Property Maximum As Integer
|
||||
overload: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
id: Minimum
|
||||
parent: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Minimum
|
||||
nameWithType: IntegerUpDown.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Minimum
|
||||
path: Inputs/IntegerUpDown.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the minimum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.IntegerUpDown\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public int Minimum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public ReadOnly Property Minimum As Integer
|
||||
overload: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: IntegerUpDown.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/IntegerUpDown.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the value assigned to the <xref href=\"DesktopMagicPluginAPI.Inputs.IntegerUpDown\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public int Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public Property Value As Integer
|
||||
overload: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor(System.Int32,System.Int32,System.Int32)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor(System.Int32,System.Int32,System.Int32)
|
||||
id: '#ctor(System.Int32,System.Int32,System.Int32)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IntegerUpDown(Int32, Int32, Int32)
|
||||
nameWithType: IntegerUpDown.IntegerUpDown(Int32, Int32, Int32)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.IntegerUpDown(System.Int32, System.Int32, System.Int32)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/IntegerUpDown.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/IntegerUpDown.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.IntegerUpDown\" data-throw-if-not-resolved=\"false\"></xref> 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>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public IntegerUpDown(int min, int max, int value = 0)
|
||||
parameters:
|
||||
- id: min
|
||||
type: System.Int32
|
||||
description: The maximum value for the <xref href="DesktopMagicPluginAPI.Inputs.IntegerUpDown" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: max
|
||||
type: System.Int32
|
||||
description: The minimum value for the <xref href="DesktopMagicPluginAPI.Inputs.IntegerUpDown" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: value
|
||||
type: System.Int32
|
||||
description: The value assigned to the <xref href="DesktopMagicPluginAPI.Inputs.IntegerUpDown" data-throw-if-not-resolved="false"></xref> element.
|
||||
content.vb: Public Sub New(min As Integer, max As Integer, value As Integer = 0)
|
||||
overload: DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor*
|
||||
exceptions:
|
||||
- type: System.ArgumentException
|
||||
commentId: T:System.ArgumentException
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
name: IntegerUpDown
|
||||
nameWithType: IntegerUpDown
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
name: Maximum
|
||||
nameWithType: IntegerUpDown.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Maximum
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
name: Minimum
|
||||
nameWithType: IntegerUpDown.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Minimum
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
name: Value
|
||||
nameWithType: IntegerUpDown.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.Value
|
||||
- uid: System.ArgumentException
|
||||
commentId: T:System.ArgumentException
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.IntegerUpDown.#ctor
|
||||
name: IntegerUpDown
|
||||
nameWithType: IntegerUpDown.IntegerUpDown
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown.IntegerUpDown
|
||||
@@ -0,0 +1,540 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Label
|
||||
id: Label
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Label.#ctor(System.String,System.Boolean)
|
||||
- DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
- DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Label
|
||||
nameWithType: Label
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Label.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Label
|
||||
path: Inputs/Label.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a label control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class Label : Element'
|
||||
content.vb: >-
|
||||
Public Class Label
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.Label
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: Label.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Label.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/Label.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the text associated with this <xref href=\"DesktopMagicPluginAPI.Inputs.Label\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Property Value As String
|
||||
overload: DesktopMagicPluginAPI.Inputs.Label.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
id: Bold
|
||||
parent: DesktopMagicPluginAPI.Inputs.Label
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Bold
|
||||
nameWithType: Label.Bold
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Label.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Bold
|
||||
path: Inputs/Label.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or set a value indicating whether the content of the <xref href=\"DesktopMagicPluginAPI.Inputs.Label\" data-throw-if-not-resolved=\"false\"></xref> is bold or not.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool Bold { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Property Bold As Boolean
|
||||
overload: DesktopMagicPluginAPI.Inputs.Label.Bold*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.#ctor(System.String,System.Boolean)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Label.#ctor(System.String,System.Boolean)
|
||||
id: '#ctor(System.String,System.Boolean)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.Label
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Label(String, Boolean)
|
||||
nameWithType: Label.Label(String, Boolean)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Label(System.String, System.Boolean)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Label.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/Label.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Label\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Label(string value, bool bold = false)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.String
|
||||
description: The text associated with this <xref href="DesktopMagicPluginAPI.Inputs.Label" data-throw-if-not-resolved="false"></xref>
|
||||
- id: bold
|
||||
type: System.Boolean
|
||||
description: A value indicating whether the content of the <xref href="DesktopMagicPluginAPI.Inputs.Label" data-throw-if-not-resolved="false"></xref> is bold or not.
|
||||
content.vb: Public Sub New(value As String, bold As Boolean = False)
|
||||
overload: DesktopMagicPluginAPI.Inputs.Label.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Label
|
||||
name: Label
|
||||
nameWithType: Label
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
name: Value
|
||||
nameWithType: Label.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Value
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.Bold*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
name: Bold
|
||||
nameWithType: Label.Bold
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Bold
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Label.#ctor
|
||||
name: Label
|
||||
nameWithType: Label.Label
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label.Label
|
||||
@@ -0,0 +1,153 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
id: MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: MouseButton
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nMouse Buttons\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum MouseButton
|
||||
content.vb: Public Enum MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
id: Left
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Left
|
||||
nameWithType: MouseButton.Left
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Left
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe left mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Left = 0
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
id: Middle
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Middle
|
||||
nameWithType: MouseButton.Middle
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Middle
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe middle mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Middle = 1
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
id: Right
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Right
|
||||
nameWithType: MouseButton.Right
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Right
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe right mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Right = 2
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
@@ -0,0 +1,581 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Slider
|
||||
id: Slider
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Slider
|
||||
nameWithType: Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Slider
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a slider control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public sealed class Slider : Element'
|
||||
content.vb: >-
|
||||
Public NotInheritable Class Slider
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- sealed
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- NotInheritable
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
id: Maximum
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Maximum
|
||||
nameWithType: Slider.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Maximum
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the maximum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Maximum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public ReadOnly Property Maximum As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Maximum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
id: Minimum
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Minimum
|
||||
nameWithType: Slider.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Minimum
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the minimum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Minimum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public ReadOnly Property Minimum As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Minimum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: Slider.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the value assigned to the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public Property Value As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
id: '#ctor(System.Double,System.Double,System.Double)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Slider(Double, Double, Double)
|
||||
nameWithType: Slider.Slider(Double, Double, Double)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Slider(System.Double, System.Double, System.Double)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> 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>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Slider(double min, double max, double value = 0)
|
||||
parameters:
|
||||
- id: min
|
||||
type: System.Double
|
||||
description: The maximum value for the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: max
|
||||
type: System.Double
|
||||
description: The minimum value for the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: value
|
||||
type: System.Double
|
||||
description: The value assigned to the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
content.vb: Public Sub New(min As Double, max As Double, value As Double = 0)
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Slider
|
||||
name: Slider
|
||||
nameWithType: Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Maximum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
name: Maximum
|
||||
nameWithType: Slider.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
- uid: System.Double
|
||||
commentId: T:System.Double
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Double
|
||||
nameWithType: Double
|
||||
fullName: System.Double
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Minimum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
name: Minimum
|
||||
nameWithType: Slider.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
name: Value
|
||||
nameWithType: Slider.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.#ctor
|
||||
name: Slider
|
||||
nameWithType: Slider.Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Slider
|
||||
@@ -0,0 +1,487 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.TextBox
|
||||
id: TextBox
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.TextBox.#ctor(System.String)
|
||||
- DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextBox
|
||||
nameWithType: TextBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/TextBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: TextBox
|
||||
path: Inputs/TextBox.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a text box control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class TextBox : Element'
|
||||
content.vb: >-
|
||||
Public Class TextBox
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: TextBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/TextBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/TextBox.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the text associated with this <xref href=\"DesktopMagicPluginAPI.Inputs.TextBox\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Property Value As String
|
||||
overload: DesktopMagicPluginAPI.Inputs.TextBox.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox.#ctor(System.String)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.TextBox.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextBox(String)
|
||||
nameWithType: TextBox.TextBox(String)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox.TextBox(System.String)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/TextBox.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/TextBox.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.TextBox\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public TextBox(string value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.String
|
||||
description: The text associated with this control.
|
||||
content.vb: Public Sub New(value As String)
|
||||
overload: DesktopMagicPluginAPI.Inputs.TextBox.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.TextBox
|
||||
name: TextBox
|
||||
nameWithType: TextBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
name: Value
|
||||
nameWithType: TextBox.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox.Value
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.TextBox.#ctor
|
||||
name: TextBox
|
||||
nameWithType: TextBox.TextBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox.TextBox
|
||||
@@ -0,0 +1,83 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
id: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Button
|
||||
- DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
- DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
- DesktopMagicPluginAPI.Inputs.ElementAttribute
|
||||
- DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
- DesktopMagicPluginAPI.Inputs.Label
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
- DesktopMagicPluginAPI.Inputs.Slider
|
||||
- DesktopMagicPluginAPI.Inputs.TextBox
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Button
|
||||
name: Button
|
||||
nameWithType: Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
name: CheckBox
|
||||
nameWithType: CheckBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
name: ComboBox
|
||||
nameWithType: ComboBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ElementAttribute
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.ElementAttribute
|
||||
name: ElementAttribute
|
||||
nameWithType: ElementAttribute
|
||||
fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
name: IntegerUpDown
|
||||
nameWithType: IntegerUpDown
|
||||
fullName: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Label
|
||||
name: Label
|
||||
nameWithType: Label
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Label
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Slider
|
||||
name: Slider
|
||||
nameWithType: Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.TextBox
|
||||
name: TextBox
|
||||
nameWithType: TextBox
|
||||
fullName: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
@@ -0,0 +1,801 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Plugin
|
||||
commentId: T:DesktopMagicPluginAPI.Plugin
|
||||
id: Plugin
|
||||
parent: DesktopMagicPluginAPI
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Plugin.Application
|
||||
- DesktopMagicPluginAPI.Plugin.Main
|
||||
- DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)
|
||||
- DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)
|
||||
- DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)
|
||||
- DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
- DesktopMagicPluginAPI.Plugin.Start
|
||||
- DesktopMagicPluginAPI.Plugin.Stop
|
||||
- DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Plugin
|
||||
nameWithType: Plugin
|
||||
fullName: DesktopMagicPluginAPI.Plugin
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Plugin
|
||||
path: Plugin.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nThe plugin class.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract class Plugin
|
||||
content.vb: Public MustInherit Class Plugin
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustInherit
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Application
|
||||
commentId: P:DesktopMagicPluginAPI.Plugin.Application
|
||||
id: Application
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Application
|
||||
nameWithType: Plugin.Application
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Application
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Application
|
||||
path: Plugin.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nInformations about the main application.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public IPluginData Application { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.IPluginData
|
||||
content.vb: Public Property Application As IPluginData
|
||||
overload: DesktopMagicPluginAPI.Plugin.Application*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
commentId: P:DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
id: UpdateInterval
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateInterval
|
||||
nameWithType: Plugin.UpdateInterval
|
||||
fullName: DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: UpdateInterval
|
||||
path: Plugin.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets or sets the interval, expressed in milliseconds, at which to call the <xref href=\"DesktopMagicPluginAPI.Plugin.Main\" data-throw-if-not-resolved=\"false\"></xref> method.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual int UpdateInterval { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public Overridable Property UpdateInterval As Integer
|
||||
overload: DesktopMagicPluginAPI.Plugin.UpdateInterval*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
commentId: P:DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
id: RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RenderQuality
|
||||
nameWithType: Plugin.RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: RenderQuality
|
||||
path: Plugin.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nGets or sets the render quality of the bitmap image.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual RenderQuality RenderQuality { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
content.vb: Public Overridable Property RenderQuality As RenderQuality
|
||||
overload: DesktopMagicPluginAPI.Plugin.RenderQuality*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Start
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.Start
|
||||
id: Start
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Start()
|
||||
nameWithType: Plugin.Start()
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Start()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Start
|
||||
path: Plugin.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs once when the plugin gets activated.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void Start()
|
||||
content.vb: Public Overridable Sub Start
|
||||
overload: DesktopMagicPluginAPI.Plugin.Start*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Stop
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.Stop
|
||||
id: Stop
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Stop()
|
||||
nameWithType: Plugin.Stop()
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Stop()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Stop
|
||||
path: Plugin.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs once when the plugin gets deactivated.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void Stop()
|
||||
content.vb: Public Overridable Sub Stop
|
||||
overload: DesktopMagicPluginAPI.Plugin.Stop*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Main
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.Main
|
||||
id: Main
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Main()
|
||||
nameWithType: Plugin.Main()
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Main()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Main
|
||||
path: Plugin.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs when the <xref href=\"DesktopMagicPluginAPI.Plugin.UpdateInterval\" data-throw-if-not-resolved=\"false\"></xref> elapses.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract Bitmap Main()
|
||||
return:
|
||||
type: System.Drawing.Bitmap
|
||||
description: ''
|
||||
content.vb: Public MustOverride Function Main As Bitmap
|
||||
overload: DesktopMagicPluginAPI.Plugin.Main*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)
|
||||
id: OnMouseClick(System.Drawing.Point,DesktopMagicPluginAPI.Inputs.MouseButton)
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnMouseClick(Point, MouseButton)
|
||||
nameWithType: Plugin.OnMouseClick(Point, MouseButton)
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point, DesktopMagicPluginAPI.Inputs.MouseButton)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnMouseClick
|
||||
path: Plugin.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs when the window is clicked by the mouse.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void OnMouseClick(Point position, MouseButton mouseButton)
|
||||
parameters:
|
||||
- id: position
|
||||
type: System.Drawing.Point
|
||||
description: The x- and y-coordinates of the mouse pointer position relative to the plugin window.
|
||||
- id: mouseButton
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
description: The button associated with the event.
|
||||
content.vb: Public Overridable Sub OnMouseClick(position As Point, mouseButton As MouseButton)
|
||||
overload: DesktopMagicPluginAPI.Plugin.OnMouseClick*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)
|
||||
id: OnMouseMove(System.Drawing.Point)
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnMouseMove(Point)
|
||||
nameWithType: Plugin.OnMouseMove(Point)
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnMouseMove
|
||||
path: Plugin.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs when the mouse pointer is moved over the control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void OnMouseMove(Point position)
|
||||
parameters:
|
||||
- id: position
|
||||
type: System.Drawing.Point
|
||||
description: The x- and y-coordinates of the mouse pointer position relative to the plugin window.
|
||||
content.vb: Public Overridable Sub OnMouseMove(position As Point)
|
||||
overload: DesktopMagicPluginAPI.Plugin.OnMouseMove*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)
|
||||
id: OnMouseWheel(System.Drawing.Point,System.Int32)
|
||||
parent: DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnMouseWheel(Point, Int32)
|
||||
nameWithType: Plugin.OnMouseWheel(Point, Int32)
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point, System.Int32)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Plugin.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnMouseWheel
|
||||
path: Plugin.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI
|
||||
summary: "\nOccurs when the user rotates the mouse wheel while the mouse pointer is over this element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void OnMouseWheel(Point position, int delta)
|
||||
parameters:
|
||||
- id: position
|
||||
type: System.Drawing.Point
|
||||
description: The x- and y-coordinates of the mouse pointer position relative to the plugin window.
|
||||
- id: delta
|
||||
type: System.Int32
|
||||
description: A value that indicates the amount that the mouse wheel has changed.
|
||||
content.vb: Public Overridable Sub OnMouseWheel(position As Point, delta As Integer)
|
||||
overload: DesktopMagicPluginAPI.Plugin.OnMouseWheel*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI
|
||||
commentId: N:DesktopMagicPluginAPI
|
||||
name: DesktopMagicPluginAPI
|
||||
nameWithType: DesktopMagicPluginAPI
|
||||
fullName: DesktopMagicPluginAPI
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Application*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.Application
|
||||
name: Application
|
||||
nameWithType: Plugin.Application
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Application
|
||||
- uid: DesktopMagicPluginAPI.IPluginData
|
||||
commentId: T:DesktopMagicPluginAPI.IPluginData
|
||||
parent: DesktopMagicPluginAPI
|
||||
name: IPluginData
|
||||
nameWithType: IPluginData
|
||||
fullName: DesktopMagicPluginAPI.IPluginData
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Main
|
||||
commentId: M:DesktopMagicPluginAPI.Plugin.Main
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Plugin.UpdateInterval*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
name: UpdateInterval
|
||||
nameWithType: Plugin.UpdateInterval
|
||||
fullName: DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: DesktopMagicPluginAPI.Plugin.RenderQuality*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
name: RenderQuality
|
||||
nameWithType: Plugin.RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Plugin.RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
commentId: T:DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
parent: DesktopMagicPluginAPI.Drawing
|
||||
name: RenderQuality
|
||||
nameWithType: RenderQuality
|
||||
fullName: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
commentId: N:DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
nameWithType: DesktopMagicPluginAPI.Drawing
|
||||
fullName: DesktopMagicPluginAPI.Drawing
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Start*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.Start
|
||||
name: Start
|
||||
nameWithType: Plugin.Start
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Start
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Stop*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.Stop
|
||||
name: Stop
|
||||
nameWithType: Plugin.Stop
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Stop
|
||||
- uid: DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
commentId: P:DesktopMagicPluginAPI.Plugin.UpdateInterval
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Plugin.Main*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.Main
|
||||
name: Main
|
||||
nameWithType: Plugin.Main
|
||||
fullName: DesktopMagicPluginAPI.Plugin.Main
|
||||
- uid: System.Drawing.Bitmap
|
||||
commentId: T:System.Drawing.Bitmap
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Bitmap
|
||||
nameWithType: Bitmap
|
||||
fullName: System.Drawing.Bitmap
|
||||
- uid: System.Drawing
|
||||
commentId: N:System.Drawing
|
||||
isExternal: true
|
||||
name: System.Drawing
|
||||
nameWithType: System.Drawing
|
||||
fullName: System.Drawing
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseClick*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.OnMouseClick
|
||||
name: OnMouseClick
|
||||
nameWithType: Plugin.OnMouseClick
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseClick
|
||||
- uid: System.Drawing.Point
|
||||
commentId: T:System.Drawing.Point
|
||||
parent: System.Drawing
|
||||
isExternal: true
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: System.Drawing.Point
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseMove*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.OnMouseMove
|
||||
name: OnMouseMove
|
||||
nameWithType: Plugin.OnMouseMove
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseMove
|
||||
- uid: DesktopMagicPluginAPI.Plugin.OnMouseWheel*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Plugin.OnMouseWheel
|
||||
name: OnMouseWheel
|
||||
nameWithType: Plugin.OnMouseWheel
|
||||
fullName: DesktopMagicPluginAPI.Plugin.OnMouseWheel
|
||||
@@ -0,0 +1,41 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI
|
||||
commentId: N:DesktopMagicPluginAPI
|
||||
id: DesktopMagicPluginAPI
|
||||
children:
|
||||
- DesktopMagicPluginAPI.IPluginData
|
||||
- DesktopMagicPluginAPI.ITheme
|
||||
- DesktopMagicPluginAPI.Plugin
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DesktopMagicPluginAPI
|
||||
nameWithType: DesktopMagicPluginAPI
|
||||
fullName: DesktopMagicPluginAPI
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.IPluginData
|
||||
commentId: T:DesktopMagicPluginAPI.IPluginData
|
||||
parent: DesktopMagicPluginAPI
|
||||
name: IPluginData
|
||||
nameWithType: IPluginData
|
||||
fullName: DesktopMagicPluginAPI.IPluginData
|
||||
- uid: DesktopMagicPluginAPI.ITheme
|
||||
commentId: T:DesktopMagicPluginAPI.ITheme
|
||||
parent: DesktopMagicPluginAPI
|
||||
name: ITheme
|
||||
nameWithType: ITheme
|
||||
fullName: DesktopMagicPluginAPI.ITheme
|
||||
- uid: DesktopMagicPluginAPI.Plugin
|
||||
commentId: T:DesktopMagicPluginAPI.Plugin
|
||||
name: Plugin
|
||||
nameWithType: Plugin
|
||||
fullName: DesktopMagicPluginAPI.Plugin
|
||||
- uid: DesktopMagicPluginAPI
|
||||
commentId: N:DesktopMagicPluginAPI
|
||||
name: DesktopMagicPluginAPI
|
||||
nameWithType: DesktopMagicPluginAPI
|
||||
fullName: DesktopMagicPluginAPI
|
||||
@@ -0,0 +1,40 @@
|
||||
### YamlMime:TableOfContent
|
||||
- uid: DesktopMagicPluginAPI
|
||||
name: DesktopMagicPluginAPI
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.IPluginData
|
||||
name: IPluginData
|
||||
- uid: DesktopMagicPluginAPI.ITheme
|
||||
name: ITheme
|
||||
- uid: DesktopMagicPluginAPI.Plugin
|
||||
name: Plugin
|
||||
- uid: DesktopMagicPluginAPI.Drawing
|
||||
name: DesktopMagicPluginAPI.Drawing
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Drawing.GraphicsExtentions
|
||||
name: GraphicsExtentions
|
||||
- uid: DesktopMagicPluginAPI.Drawing.RenderQuality
|
||||
name: RenderQuality
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
name: Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.CheckBox
|
||||
name: CheckBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ComboBox
|
||||
name: ComboBox
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.ElementAttribute
|
||||
name: ElementAttribute
|
||||
- uid: DesktopMagicPluginAPI.Inputs.IntegerUpDown
|
||||
name: IntegerUpDown
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Label
|
||||
name: Label
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
name: MouseButton
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
name: Slider
|
||||
- uid: DesktopMagicPluginAPI.Inputs.TextBox
|
||||
name: TextBox
|
||||
Reference in New Issue
Block a user