CurrentDisplay implementation
Namespace:
T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)
Top
Assembly: T.Wpf (in T.Wpf.dll)
| Name | Description | |
|---|---|---|
|
Close() | Close display |
|
GetControl(string) | Get reference to control |
|
GetDataGrid(string) | Get reference to grid |
|
GetFormControl(string) | Get referemce to form control. This reference exists when WPF Control contains a .NET Control as child. |
|
GetLabel(string) | Get label value |
|
GetMousePosition() | Get mouse position |
|
GetThis() | Get reference to display |
|
Print() | Print display |
|
SaveAsImage() | Save display as image. |
|
SaveAsImageFile(string) | Save display to file |
|
SetBackground(Brush) | Set background brush |
|
SetLabel(string, object) | Set label value |
|
SetPosition(double, double) | Set location |
|
SetTitle(string) | Set title |
T.Wpf.RunControls.TDisplayControl