C# Class TeX2img.SupportInputColorDialog

Inheritance: System.Windows.Forms.ColorDialog
Show file Open project: abenori/TeX2img Class Usage Examples

Public Properties

Property Type Description
CheckedControlSequence ControlSequence

Private Properties

Property Type Description
GetControlRect void
GetControlSequence ControlSequence
GetControlSequenceString string
GetCurrentColor System.Drawing.Color
GetWindowText string
GetWindowText string
ToRGB int

Public Methods

Method Description
SupportInputColorDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
OnSelectedColorChanged ( System c, ControlSequence cs ) : void

Private Methods

Method Description
GetControlRect ( IntPtr hWnd, IntPtr controlHWND, PInvoke &rect ) : void
GetControlSequence ( IntPtr hWnd ) : ControlSequence
GetControlSequenceString ( IntPtr hWnd ) : string
GetCurrentColor ( IntPtr hWnd ) : System.Drawing.Color
GetWindowText ( IntPtr hWnd ) : string
GetWindowText ( IntPtr hWnd, int id ) : string
ToRGB ( System color ) : int

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HookProc() protected method

protected HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
hWnd IntPtr
msg int
wparam IntPtr
lparam IntPtr
return IntPtr

OnSelectedColorChanged() protected method

protected OnSelectedColorChanged ( System c, ControlSequence cs ) : void
c System
cs ControlSequence
return void

SupportInputColorDialog() public method

public SupportInputColorDialog ( ) : System
return System

Property Details

CheckedControlSequence public property

public ControlSequence CheckedControlSequence
return ControlSequence