C# 클래스 TeX2img.SupportInputColorDialog

상속: System.Windows.Forms.ColorDialog
파일 보기 프로젝트 열기: abenori/TeX2img 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckedControlSequence ControlSequence

Private Properties

프로퍼티 타입 설명
GetControlRect void
GetControlSequence ControlSequence
GetControlSequenceString string
GetCurrentColor System.Drawing.Color
GetWindowText string
GetWindowText string
ToRGB int

공개 메소드들

메소드 설명
SupportInputColorDialog ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
OnSelectedColorChanged ( System c, ControlSequence cs ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HookProc() 보호된 메소드

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

OnSelectedColorChanged() 보호된 메소드

protected OnSelectedColorChanged ( System c, ControlSequence cs ) : void
c System
cs ControlSequence
리턴 void

SupportInputColorDialog() 공개 메소드

public SupportInputColorDialog ( ) : System
리턴 System

프로퍼티 상세

CheckedControlSequence 공개적으로 프로퍼티

public ControlSequence CheckedControlSequence
리턴 ControlSequence