C# Class Xwt.WPFBackend.SelectColorDialogBackend.ColorDialogExtension

Inheritance: System.Windows.Forms.ColorDialog
Afficher le fichier Open project: TheBrainTech/xwt

Méthodes publiques

Méthode Description
Close ( ) : void
ColorDialogExtension ( int x, int y, String title = null ) : System

Initializes a new instance of the ColorDialogExtension class.

Méthodes protégées

Méthode Description
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.

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ColorDialogExtension() public méthode

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
Résultat System

HookProc() protected méthode

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.
Résultat System.IntPtr