C# 클래스 MetroFramework.Forms.MetroForm

상속: System.Windows.Forms.Form, IMetroForm, IDisposable
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddWindowButton void
CreateShadow void
FocusMe bool
GetTextFormatFlags TextFormatFlags
HitTestNCA WinApi.HitTest
IsAeroThemeEnabled bool
IsDropShadowSupported bool
MeasureText System.Drawing.Rectangle
MoveControl void
OnGetMinMaxInfo void
RemoveCloseButton void
RemoveShadow void
UpdateWindowButtonPosition void
WindowButton_Click void

공개 메소드들

메소드 설명
MetroForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnActivated ( EventArgs e ) : void
OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResizeEnd ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
AddWindowButton ( WindowButtons button ) : void
CreateShadow ( ) : void
FocusMe ( ) : bool
GetTextFormatFlags ( ) : TextFormatFlags
HitTestNCA ( IntPtr hwnd, IntPtr wparam, IntPtr lparam ) : WinApi.HitTest
IsAeroThemeEnabled ( ) : bool
IsDropShadowSupported ( ) : bool
MeasureText ( Graphics g, Rectangle clientRectangle, Font font, string text, TextFormatFlags flags ) : Rectangle
MoveControl ( ) : void
OnGetMinMaxInfo ( IntPtr hwnd, IntPtr lParam ) : void
RemoveCloseButton ( ) : void
RemoveShadow ( ) : void
UpdateWindowButtonPosition ( ) : void
WindowButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

MetroForm() 공개 메소드

public MetroForm ( ) : System
리턴 System

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResizeEnd() 보호된 메소드

protected OnResizeEnd ( EventArgs e ) : void
e System.EventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void