C# 클래스 Xwt.Frame

상속: Xwt.Widget
파일 보기 프로젝트 열기: antmicro/xwt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Frame System
UpdateBorderWidth void
UpdatePadding void

공개 메소드들

메소드 설명
Clear ( ) : void

Removes all children of the Frame

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

보호된 메소드들

메소드 설명
CreateBackendHost ( ) : BackendHost

비공개 메소드들

메소드 설명
Frame ( Xwt.Widget content, FrameType frameType ) : System
UpdateBorderWidth ( ) : void
UpdatePadding ( ) : void

메소드 상세

Clear() 공개 메소드

Removes all children of the Frame
public Clear ( ) : void
리턴 void

CreateBackendHost() 보호된 메소드

protected CreateBackendHost ( ) : BackendHost
리턴 BackendHost

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

Frame() 공개 메소드

public Frame ( FrameType frameType ) : System
frameType FrameType
리턴 System

Frame() 공개 메소드

public Frame ( Xwt.Widget content ) : System
content Xwt.Widget
리턴 System