C# Class cadencii.windows.forms.NativeRebar

Inheritance: System.Windows.Forms.NativeWindow
显示文件 Open project: cadencii/cadencii Class Usage Examples

Private Properties

Property Type Description
NativeRebar System
WidthHeightMatch bool

Protected Methods

Method Description
OnWindowPosChanging ( NativeRebarEventArgs e ) : void
OnWindowsMessageRecieved ( NativeRebarEventArgs e ) : void
WndProc ( System &m ) : void

Private Methods

Method Description
NativeRebar ( IntPtr handle ) : System
WidthHeightMatch ( int Width, int Height ) : bool

Method Details

OnWindowPosChanging() protected method

protected OnWindowPosChanging ( NativeRebarEventArgs e ) : void
e NativeRebarEventArgs
return void

OnWindowsMessageRecieved() protected method

protected OnWindowsMessageRecieved ( NativeRebarEventArgs e ) : void
e NativeRebarEventArgs
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void