C# Class Xwt.Frame

Inheritance: Xwt.Widget
Afficher le fichier Open project: antmicro/xwt Class Usage Examples

Private Properties

Свойство Type Description
Frame System
UpdateBorderWidth void
UpdatePadding void

Méthodes publiques

Méthode Description
Clear ( ) : void

Removes all children of the Frame

Frame ( ) : System
Frame ( FrameType frameType ) : System
Frame ( Xwt.Widget content ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost

Private Methods

Méthode Description
Frame ( Xwt.Widget content, FrameType frameType ) : System
UpdateBorderWidth ( ) : void
UpdatePadding ( ) : void

Method Details

Clear() public méthode

Removes all children of the Frame
public Clear ( ) : void
Résultat void

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

Frame() public méthode

public Frame ( ) : System
Résultat System

Frame() public méthode

public Frame ( FrameType frameType ) : System
frameType FrameType
Résultat System

Frame() public méthode

public Frame ( Xwt.Widget content ) : System
content Xwt.Widget
Résultat System