-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Krypton-Suite/main-standardtoolkitapirefe…
…rence * Main standardtoolkitapireference
- Loading branch information
Showing
27,132 changed files
with
1,680,204 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -348,3 +348,4 @@ MigrationBackup/ | |
|
||
# Ionide (cross platform F# VS Code tools) working folder | ||
.ionide/ | ||
*.bak |
41 changes: 41 additions & 0 deletions
41
Documents/API Reference/Standard Toolkit/0001dfc0-a0b0-11e6-47db-5542f0d97b9a.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# DrawRibbonTabTrackingTop2007 Method | ||
|
||
|
||
Internal rendering method. | ||
|
||
|
||
|
||
## Definition | ||
**Namespace:** <a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit</a> | ||
**Assembly:** Krypton.Toolkit (in Krypton.Toolkit.dll) Version: 80.23.10.287+8d7660f9dc5efd033fabe008ebfb904beab6d444 | ||
|
||
**C#** | ||
``` C# | ||
protected virtual void DrawRibbonTabTrackingTop2007( | ||
Rectangle rect, | ||
Color c1, | ||
Color c2, | ||
MementoRibbonTabTracking2007 cache | ||
) | ||
``` | ||
**VB** | ||
``` VB | ||
Protected Overridable Sub DrawRibbonTabTrackingTop2007 ( | ||
rect As Rectangle, | ||
c1 As Color, | ||
c2 As Color, | ||
cache As MementoRibbonTabTracking2007 | ||
) | ||
``` | ||
|
||
|
||
|
||
#### Parameters | ||
<dl><dt> Rectangle</dt><dd>\[Missing <param name="rect"/> documentation for "M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)"\]</dd><dt> Color</dt><dd>\[Missing <param name="c1"/> documentation for "M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)"\]</dd><dt> Color</dt><dd>\[Missing <param name="c2"/> documentation for "M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)"\]</dd><dt> <a href="8f75e79b-8640-9d0b-4496-05227db34b7c.md">MementoRibbonTabTracking2007</a></dt><dd>\[Missing <param name="cache"/> documentation for "M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)"\]</dd></dl> | ||
|
||
## See Also | ||
|
||
|
||
#### Reference | ||
<a href="8a8b9945-a6ad-21c4-5182-014e3b962e19.md">RenderStandard Class</a> | ||
<a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit Namespace</a> |
41 changes: 41 additions & 0 deletions
41
Documents/API Reference/Standard Toolkit/000218cf-bbc8-de6a-571e-68e18cb20007.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# GetBackImageAlign Method | ||
|
||
|
||
Gets the image alignment. | ||
|
||
|
||
|
||
## Definition | ||
**Namespace:** <a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit</a> | ||
**Assembly:** Krypton.Toolkit (in Krypton.Toolkit.dll) Version: 80.23.10.287+8d7660f9dc5efd033fabe008ebfb904beab6d444 | ||
|
||
**C#** | ||
``` C# | ||
public override PaletteRectangleAlign GetBackImageAlign( | ||
PaletteBackStyle style, | ||
PaletteState state | ||
) | ||
``` | ||
**VB** | ||
``` VB | ||
Public Overrides Function GetBackImageAlign ( | ||
style As PaletteBackStyle, | ||
state As PaletteState | ||
) As PaletteRectangleAlign | ||
``` | ||
|
||
|
||
|
||
#### Parameters | ||
<dl><dt> <a href="c97e1038-2648-15dd-eb6c-99b5855419c6.md">PaletteBackStyle</a></dt><dd>Background style.</dd><dt> <a href="93e626cd-00cf-240e-06c6-ab4d47e982ba.md">PaletteState</a></dt><dd>Palette value should be applicable to this state.</dd></dl> | ||
|
||
#### Return Value | ||
<a href="a08dda3c-812d-0f91-9954-af55a04393ca.md">PaletteRectangleAlign</a> | ||
Image alignment style. | ||
|
||
## See Also | ||
|
||
|
||
#### Reference | ||
<a href="14521551-a0a1-47b0-dc88-8e4cb893b7cb.md">PaletteMicrosoft365BlueLightModeBase Class</a> | ||
<a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit Namespace</a> |
31 changes: 31 additions & 0 deletions
31
Documents/API Reference/Standard Toolkit/000804c7-3355-f63a-6332-192e10f24826.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# InsidePen Field | ||
|
||
|
||
For internal use only. | ||
|
||
|
||
|
||
## Definition | ||
**Namespace:** <a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit</a> | ||
**Assembly:** Krypton.Toolkit (in Krypton.Toolkit.dll) Version: 80.23.10.287+8d7660f9dc5efd033fabe008ebfb904beab6d444 | ||
|
||
**C#** | ||
``` C# | ||
public Pen? InsidePen | ||
``` | ||
**VB** | ||
``` VB | ||
Public InsidePen As Pen | ||
``` | ||
|
||
|
||
|
||
#### Field Value | ||
Pen | ||
|
||
## See Also | ||
|
||
|
||
#### Reference | ||
<a href="c2d78dd2-24d8-3297-2b06-70f90fe690f2.md">MementoRibbonGroupAreaBorderContext Class</a> | ||
<a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit Namespace</a> |
19 changes: 19 additions & 0 deletions
19
Documents/API Reference/Standard Toolkit/000abd69-47bd-c274-a38c-83a3f504a751.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Insert Method | ||
|
||
|
||
## Overload List | ||
<table> | ||
<tr> | ||
<td><a href="cf1a20b9-66b5-e015-0e1a-7c69ff541209.md">Insert(Int32, T)</a></td> | ||
<td>Inserts a button spec to the collection at the specified index.</td></tr> | ||
<tr> | ||
<td><a href="03f038d8-788c-b98d-15a6-4a463e0dbc26.md">Insert(Int32, Object)</a></td> | ||
<td>Inserts a button spec to the collection at the specified index.</td></tr> | ||
</table> | ||
|
||
## See Also | ||
|
||
|
||
#### Reference | ||
<a href="f8e597ed-563e-9610-4f3a-2e5b9507f06f.md">ButtonSpecCollection(T) Class</a> | ||
<a href="79d2eac2-21f4-54ff-7552-b20c33c30600.md">Krypton.Toolkit Namespace</a> |
Oops, something went wrong.