Interface IWindowProvider
Assembly: OpenSilver.dll
Syntax
public interface IWindowProvider
Properties
|
Improve this Doc
View Source
InteractionState
Declaration
WindowInteractionState InteractionState { get; }
Property Value
|
Improve this Doc
View Source
IsModal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTopmost
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Maximizable
Declaration
bool Maximizable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Minimizable
Declaration
bool Minimizable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VisualState
Declaration
WindowVisualState VisualState { get; }
Property Value
Methods
|
Improve this Doc
View Source
Close()
Declaration
|
Improve this Doc
View Source
SetVisualState(WindowVisualState)
Declaration
void SetVisualState(WindowVisualState state)
Parameters
|
Improve this Doc
View Source
Declaration
bool WaitForInputIdle(int milliseconds)
Parameters
Type |
Name |
Description |
System.Int32 |
milliseconds |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods