C# Class kOS.Screen.Button

Inheritance: IButton
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
Destroy ( ) : void

Private Methods

Méthode Description
Button ( object realButton, ToolbarTypes types ) : System
attachEventHandler ( EventInfo @event, string methodName, object realButton ) : Delegate
clicked ( object realEvent ) : void
detachEventHandler ( EventInfo @event, Delegate d, object realButton ) : void
mouseEntered ( object realEvent ) : void
mouseLeft ( object realEvent ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void