 | ScreenInfoGetActualScreenInfoIndex method |
Returns the index of the current screen in the list of all screens.
Namespace: NetEti.MultiScreenAssembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntaxpublic static int? GetActualScreenInfoIndex(
Window window
)
Public Shared Function GetActualScreenInfoIndex (
window As Window
) As Integer?
public:
static Nullable<int> GetActualScreenInfoIndex(
Window^ window
)
static member GetActualScreenInfoIndex :
window : Window -> Nullable<int>
Parameters
- window Window
- A WPF window.
Return value
NullableInt32Index of the current screen in the list of all screens.
See also