C# Class TeX2img.SupportInputColorDialog

Inheritance: System.Windows.Forms.ColorDialog
Afficher le fichier Open project: abenori/TeX2img Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckedControlSequence ControlSequence

Private Properties

Свойство Type Description
GetControlRect void
GetControlSequence ControlSequence
GetControlSequenceString string
GetCurrentColor System.Drawing.Color
GetWindowText string
GetWindowText string
ToRGB int

Méthodes publiques

Méthode Description
SupportInputColorDialog ( ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HookProc() protected méthode

protected HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
hWnd IntPtr
msg int
wparam IntPtr
lparam IntPtr
Résultat IntPtr

OnSelectedColorChanged() protected méthode

protected OnSelectedColorChanged ( System c, ControlSequence cs ) : void
c System
cs ControlSequence
Résultat void

SupportInputColorDialog() public méthode

public SupportInputColorDialog ( ) : System
Résultat System

Property Details

CheckedControlSequence public_oe property

public ControlSequence CheckedControlSequence
Résultat ControlSequence