C# Class cadencii.FormNotePropertyUiImpl

Inheritance: System.Windows.Forms.Form, FormNotePropertyUi
Exibir arquivo Open project: cadencii/cadencii

Protected Properties

Property Type Description
lastWindowState System.Windows.Forms.FormWindowState

Public Methods

Method Description
FormNotePropertyUiImpl ( FormNotePropertyUiListener listener ) : System
addComponent ( object c ) : void
close ( ) : void
deiconfyWindow ( ) : void
getHeight ( ) : int
getWidth ( ) : int
getWorkingAreaHeight ( ) : int
getWorkingAreaWidth ( ) : int
getWorkingAreaX ( ) : int
getWorkingAreaY ( ) : int
getX ( ) : int
getY ( ) : int
hideWindow ( ) : void
isAlwaysOnTop ( ) : bool
isVisible ( ) : bool
isWindowMinimized ( ) : bool
setAlwaysOnTop ( bool alwaysOnTop ) : void
setBounds ( int x, int y, int width, int height ) : void
setMenuCloseAccelerator ( Keys value ) : void
setTitle ( string title ) : void
setVisible ( bool visible ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
FormNotePropertyUiImpl_FormClosing ( object sender, FormClosingEventArgs e ) : void
FormNotePropertyUiImpl_Load ( object sender, System e ) : void
FormNotePropertyUiImpl_LocationChanged ( object sender, System e ) : void
FormNotePropertyUiImpl_SizeChanged ( object sender, System e ) : void
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

menuClose_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

FormNotePropertyUiImpl() public method

public FormNotePropertyUiImpl ( FormNotePropertyUiListener listener ) : System
listener FormNotePropertyUiListener
return System

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

addComponent() public method

public addComponent ( object c ) : void
c object
return void

close() public method

public close ( ) : void
return void

deiconfyWindow() public method

public deiconfyWindow ( ) : void
return void

getHeight() public method

public getHeight ( ) : int
return int

getWidth() public method

public getWidth ( ) : int
return int

getWorkingAreaHeight() public method

public getWorkingAreaHeight ( ) : int
return int

getWorkingAreaWidth() public method

public getWorkingAreaWidth ( ) : int
return int

getWorkingAreaX() public method

public getWorkingAreaX ( ) : int
return int

getWorkingAreaY() public method

public getWorkingAreaY ( ) : int
return int

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int

hideWindow() public method

public hideWindow ( ) : void
return void

isAlwaysOnTop() public method

public isAlwaysOnTop ( ) : bool
return bool

isVisible() public method

public isVisible ( ) : bool
return bool

isWindowMinimized() public method

public isWindowMinimized ( ) : bool
return bool

setAlwaysOnTop() public method

public setAlwaysOnTop ( bool alwaysOnTop ) : void
alwaysOnTop bool
return void

setBounds() public method

public setBounds ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
return void

setMenuCloseAccelerator() public method

public setMenuCloseAccelerator ( Keys value ) : void
value Keys
return void

setTitle() public method

public setTitle ( string title ) : void
title string
return void

setVisible() public method

public setVisible ( bool visible ) : void
visible bool
return void

Property Details

lastWindowState protected_oe property

protected FormWindowState,System.Windows.Forms lastWindowState
return System.Windows.Forms.FormWindowState