Class DummyVirtualDesktop
Inheritance
System.Object
DummyVirtualDesktop
Implements
WinMan.IVirtualDesktop
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: WinMan.Windows.dll
Syntax
public class DummyVirtualDesktop : IVirtualDesktop
Constructors
|
Improve this Doc
View Source
DummyVirtualDesktop(IWorkspace)
Declaration
public DummyVirtualDesktop(IWorkspace workspace)
Parameters
Type |
Name |
Description |
WinMan.IWorkspace |
workspace |
|
Properties
|
Improve this Doc
View Source
Index
Declaration
public int Index { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsCurrent
Declaration
public bool IsCurrent { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Workspace
Declaration
public IWorkspace Workspace { get; }
Property Value
Type |
Description |
WinMan.IWorkspace |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
HasWindow(IWindow)
Declaration
public bool HasWindow(IWindow window)
Parameters
Type |
Name |
Description |
WinMan.IWindow |
window |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MoveWindow(IWindow)
Declaration
public void MoveWindow(IWindow window)
Parameters
Type |
Name |
Description |
WinMan.IWindow |
window |
|
|
Improve this Doc
View Source
Remove()
Declaration
|
Improve this Doc
View Source
SetName(String)
Declaration
public void SetName(string newName)
Parameters
Type |
Name |
Description |
System.String |
newName |
|
|
Improve this Doc
View Source
SwitchTo()
Declaration
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Events
|
Improve this Doc
View Source
Removed
Declaration
public event EventHandler<DesktopChangedEventArgs> Removed
Event Type
Type |
Description |
System.EventHandler<WinMan.DesktopChangedEventArgs> |
|
Implements
WinMan.IVirtualDesktop