Displays tabular data to the user.
More...
|
static void | Show< T > (IWin32Window? owner, [Localizable(true)] string title, IEnumerable< T > data) |
| Displays an output dialog with tabular data. More...
|
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Displays tabular data to the user.
◆ Dispose()
override void NanoByte.Common.Controls.OutputGridBox.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
◆ Show< T >()
static void NanoByte.Common.Controls.OutputGridBox.Show< T > |
( |
IWin32Window? |
owner, |
|
|
[Localizable(true)] string |
title, |
|
|
IEnumerable< T > |
data |
|
) |
| |
|
inlinestatic |
Displays an output dialog with tabular data.
- Template Parameters
-
T | The type of the data elements to display. |
- Parameters
-
owner | The parent window for the dialogs; can be null . |
title | A title for the data. |
data | The data to display. |
The documentation for this class was generated from the following files:
- Common.WinForms/Controls/OutputGridBox.cs
- Common.WinForms/Controls/OutputGridBox.Designer.cs