C# Class Windawesome.Window

Inheritance: WindowBase
Exibir arquivo Open project: kocubinski/windawesome Class Usage Examples

Public Properties

Property Type Description
className string
hideFromAltTabAndTaskbarWhenOnInactiveWorkspace bool
is64BitProcess bool
menu System.IntPtr
onHiddenWindowShownAction OnWindowCreatedOrShownAction
processName string
redrawOnShow bool
updateIcon bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
AddToOwnedWindows ( IntPtr hWnd ) : bool
GetAndRemoveWindows ( Predicate predicate ) : IEnumerable
GetOwnedWindows ( ) : IEnumerable
Initialize ( ) : void
Redraw ( ) : void
RestorePosition ( bool doNotShow ) : void
RevertToInitialValues ( ) : void
SavePosition ( ) : void
ShowAsync ( ) : void
ShowHideWindowMenu ( ) : bool
ShowInAltTabAndTaskbar ( bool show ) : void
ToggleShowHideInTaskbar ( ) : void
ToggleShowHideTitlebar ( ) : void
ToggleShowHideWindowBorder ( ) : void
ToggleShowHideWindowMenu ( ) : bool
Window ( IntPtr hWnd, string className, string displayName, string processName, int workspacesCount, bool is64BitProcess, System.NativeMethods originalStyle, System.NativeMethods originalExStyle, ProgramRule rule, ProgramRule programRule, IntPtr menu ) : System
Window ( Window window ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

className public_oe property

public string className
return string

hideFromAltTabAndTaskbarWhenOnInactiveWorkspace public_oe property

public bool hideFromAltTabAndTaskbarWhenOnInactiveWorkspace
return bool

is64BitProcess public_oe property

public bool is64BitProcess
return bool

menu public_oe property

public IntPtr,System menu
return System.IntPtr

onHiddenWindowShownAction public_oe property

public OnWindowCreatedOrShownAction onHiddenWindowShownAction
return OnWindowCreatedOrShownAction

processName public_oe property

public string processName
return string

redrawOnShow public_oe property

public bool redrawOnShow
return bool

updateIcon public_oe property

public bool updateIcon
return bool