C# Class RatChat.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub Class Usage Examples

Public Properties

Property Type Description
ClickTransparentProperty System.Windows.DependencyProperty

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
AddChat_Click ( object sender, RoutedEventArgs e ) : void
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
Button_Click_2 ( object sender, RoutedEventArgs e ) : void
CallNextHookEx ( IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
ClickTransparentPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Default_PropertyChanged ( object sender, System e ) : void
GetModuleHandle ( string lpModuleName ) : IntPtr
GetRunningVersion ( ) : System.Version
GetWindowLong ( IntPtr hwnd, int index ) : int
HookCallback ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
PropertySettingsSavingEventHandler ( object sender, System e ) : void
SetDefaultSkin ( ) : void
SetHook ( LowLevelKeyboardProc proc ) : IntPtr
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int
SetWindowsHookEx ( int idHook, LowLevelKeyboardProc lpfn, IntPtr hMod, uint dwThreadId ) : IntPtr
Thumb_DragDelta_1 ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
UnhookWindowsHookEx ( IntPtr hhk ) : bool
UpdateSupports ( System.Windows.ResourceDictionary skin ) : void
Window_Closing_1 ( object sender, System e ) : void
Window_Loaded_1 ( object sender, RoutedEventArgs e ) : void
chats_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
chats_PreviewMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
options_Closed ( object sender, EventArgs e ) : void
setTransparent ( ) : void
setUnTransparent ( ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

ClickTransparentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ClickTransparentProperty
return System.Windows.DependencyProperty