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

Inheritance: System.Windows.Forms.Form, IDeclarationViewWindow
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Свойство Type Description
HideOnClick bool

Méthodes publiques

Méthode Description
CloseDeclarationViewWindow ( ) : void
DeclarationViewWindow ( Form parent ) : System
GetRequiredLeftHandSideWidth ( Point p ) : int
ShowDeclarationViewWindow ( ) : void

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void

Method Details

CloseDeclarationViewWindow() public méthode

public CloseDeclarationViewWindow ( ) : void
Résultat void

DeclarationViewWindow() public méthode

public DeclarationViewWindow ( Form parent ) : System
parent System.Windows.Forms.Form
Résultat System

GetRequiredLeftHandSideWidth() public méthode

public GetRequiredLeftHandSideWidth ( Point p ) : int
p Point
Résultat int

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

ShowDeclarationViewWindow() public méthode

public ShowDeclarationViewWindow ( ) : void
Résultat void

Property Details

HideOnClick public_oe property

public bool HideOnClick
Résultat bool