C# Class System.Windows.Forms.ToolTip.ToolTipWindow

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
OnDraw void
OnPopup void
OnUIAToolTip_VisibleChanged void
OnUnPopup void
ToolTipWindow System.Collections
ToolTipWindow_VisibleChanged void

Méthodes publiques

Méthode Description
Present ( Control control, string text ) : void
PresentModal ( Control control, string text ) : void

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void
OnPaint ( PaintEventArgs pevent ) : void
OnTextChanged ( EventArgs args ) : void

Private Methods

Méthode Description
OnDraw ( DrawToolTipEventArgs e ) : void
OnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
OnUIAToolTip_VisibleChanged ( object sender, EventArgs e ) : void
OnUnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
ToolTipWindow ( ) : System.Collections
ToolTipWindow_VisibleChanged ( object sender, EventArgs e ) : void

Method Details

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnPaint() protected méthode

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

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs args ) : void
args EventArgs
Résultat void

Present() public méthode

public Present ( Control control, string text ) : void
control Control
text string
Résultat void

PresentModal() public méthode

public PresentModal ( Control control, string text ) : void
control Control
text string
Résultat void