C# Class Xwt.Window

Inheritance: Xwt.WindowFrame
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
AdjustSize void
OnChildPlacementChanged void
SetBackendLocation void
SetBackendSize void
UpdatePadding void

Méthodes publiques

Méthode Description
Window ( ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
Dispose ( bool disposing ) : void
OnReallocate ( ) : void

Private Methods

Méthode Description
AdjustSize ( ) : void
OnChildPlacementChanged ( Xwt.Widget child ) : void
SetBackendLocation ( double x, double y ) : void
SetBackendSize ( double width, double height ) : void
UpdatePadding ( ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnReallocate() protected méthode

protected OnReallocate ( ) : void
Résultat void

Window() public méthode

public Window ( ) : System
Résultat System