Search Results for

    Class Win32VirtualDesktopManager

    Inheritance
    System.Object
    Win32VirtualDesktopManager
    Implements
    WinMan.IVirtualDesktopManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: WinMan.Windows
    Assembly: WinMan.Windows.dll
    Syntax
    public class Win32VirtualDesktopManager : IVirtualDesktopManager

    Constructors

    | Improve this Doc View Source

    Win32VirtualDesktopManager(Win32Workspace)

    Declaration
    public Win32VirtualDesktopManager(Win32Workspace workspace)
    Parameters
    Type Name Description
    Win32Workspace workspace

    Properties

    | Improve this Doc View Source

    CanManageVirtualDesktops

    Declaration
    public bool CanManageVirtualDesktops { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CurrentDesktop

    Declaration
    public IVirtualDesktop CurrentDesktop { get; }
    Property Value
    Type Description
    WinMan.IVirtualDesktop
    | Improve this Doc View Source

    Desktops

    Declaration
    public IReadOnlyList<IVirtualDesktop> Desktops { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<WinMan.IVirtualDesktop>
    | Improve this Doc View Source

    Workspace

    Declaration
    public IWorkspace Workspace { get; }
    Property Value
    Type Description
    WinMan.IWorkspace

    Methods

    | Improve this Doc View Source

    CreateDesktop()

    Declaration
    public IVirtualDesktop CreateDesktop()
    Returns
    Type Description
    WinMan.IVirtualDesktop
    | Improve this Doc View Source

    IsWindowPinned(IWindow)

    Declaration
    public bool IsWindowPinned(IWindow window)
    Parameters
    Type Name Description
    WinMan.IWindow window
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PinWindow(IWindow)

    Declaration
    public void PinWindow(IWindow window)
    Parameters
    Type Name Description
    WinMan.IWindow window
    | Improve this Doc View Source

    UnpinWindow(IWindow)

    Declaration
    public void UnpinWindow(IWindow window)
    Parameters
    Type Name Description
    WinMan.IWindow window

    Events

    | Improve this Doc View Source

    CurrentDesktopChanged

    Declaration
    public event EventHandler<CurrentDesktopChangedEventArgs> CurrentDesktopChanged
    Event Type
    Type Description
    System.EventHandler<WinMan.CurrentDesktopChangedEventArgs>
    | Improve this Doc View Source

    DesktopAdded

    Declaration
    public event EventHandler<DesktopChangedEventArgs> DesktopAdded
    Event Type
    Type Description
    System.EventHandler<WinMan.DesktopChangedEventArgs>
    | Improve this Doc View Source

    DesktopRemoved

    Declaration
    public event EventHandler<DesktopChangedEventArgs> DesktopRemoved
    Event Type
    Type Description
    System.EventHandler<WinMan.DesktopChangedEventArgs>

    Implements

    WinMan.IVirtualDesktopManager
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX