C# 클래스 Xwt.WPFBackend.SelectColorDialogBackend.ColorDialogExtension

상속: System.Windows.Forms.ColorDialog
파일 보기 프로젝트 열기: TheBrainTech/xwt

공개 메소드들

메소드 설명
Close ( ) : void
ColorDialogExtension ( int x, int y, String title = null ) : System

Initializes a new instance of the ColorDialogExtension class.

보호된 메소드들

메소드 설명
HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr

Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.

비공개 메소드들

메소드 설명
EndDialog ( IntPtr hWnd, IntPtr result ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags ) : bool
SetWindowText ( IntPtr hWnd, string text ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ColorDialogExtension() 공개 메소드

Initializes a new instance of the ColorDialogExtension class.
public ColorDialogExtension ( int x, int y, String title = null ) : System
x int The X position
y int The Y position
title String The title of the windows. If set to null(by default), the title will not be changed
리턴 System

HookProc() 보호된 메소드

Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.
protected HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
hWnd System.IntPtr The handle to the dialog box window.
msg int The message being received.
wparam System.IntPtr Additional information about the message.
lparam System.IntPtr Additional information about the message.
리턴 System.IntPtr