C# Class SebWindowsClient.UI.SEBInputLanguageToolStripButton

Inheritance: SebWindowsClient.UI.SEBToolStripButton
Datei anzeigen Open project: SafeExamBrowser/seb-win Class Usage Examples

Public Methods

Method Description
SEBInputLanguageToolStripButton ( ) : System

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnMouseHover ( EventArgs e ) : void

Private Methods

Method Description
GetKeyboardLayout ( uint idThread ) : uint
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr id ) : uint
LoadKeyboardLayout ( string pwszKLID, uint Flags ) : IntPtr
PostMessage ( IntPtr hWnd, [ Msg, IntPtr wParam, IntPtr lParam ) : bool
SetKeyboardLayoutAccordingToIndex ( ) : void
UpdateDisplayText ( ) : void

Method Details

OnClick() protected method

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

OnMouseHover() protected method

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

SEBInputLanguageToolStripButton() public method

public SEBInputLanguageToolStripButton ( ) : System
return System