Interface IWindowProvider

All Superinterfaces:
IInitable

public interface IWindowProvider extends IInitable
  • Method Details

    • get_CanMaximize

      boolean get_CanMaximize()
    • get_CanMinimize

      boolean get_CanMinimize()
    • get_IsModal

      boolean get_IsModal()
    • get_IsTopmost

      boolean get_IsTopmost()
    • get_WindowInteractionState

      WindowInteractionState get_WindowInteractionState()
    • get_WindowVisualState

      WindowVisualState get_WindowVisualState()
    • Close

      void Close()
    • SetVisualState

      void SetVisualState(WindowVisualState state)
    • WaitForInputIdle

      boolean WaitForInputIdle(int milliseconds)