C# Class ICSharpCode.TextEditor.Gui.CompletionWindow.DeclarationViewWindow

Inheritance: System.Windows.Forms.Form, IDeclarationViewWindow
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Properties

Property Type Description
HideOnClick bool

Public Methods

Method Description
CloseDeclarationViewWindow ( ) : void
DeclarationViewWindow ( Form parent ) : System
GetRequiredLeftHandSideWidth ( Point p ) : int
ShowDeclarationViewWindow ( ) : void

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void

Method Details

CloseDeclarationViewWindow() public method

public CloseDeclarationViewWindow ( ) : void
return void

DeclarationViewWindow() public method

public DeclarationViewWindow ( Form parent ) : System
parent System.Windows.Forms.Form
return System

GetRequiredLeftHandSideWidth() public method

public GetRequiredLeftHandSideWidth ( Point p ) : int
p Point
return int

OnClick() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

ShowDeclarationViewWindow() public method

public ShowDeclarationViewWindow ( ) : void
return void

Property Details

HideOnClick public property

public bool HideOnClick
return bool