C# Class SidebarLibrary.WinControls.ColorPickerEditCtrlHook

Inheritance: System.Windows.Forms.NativeWindow
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ColorPickerEditCtrlHook ( ColorPicker colorPicker ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawDisableState ( ) : void

Method Details

ColorPickerEditCtrlHook() public method

public ColorPickerEditCtrlHook ( ColorPicker colorPicker ) : System
colorPicker ColorPicker
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void