C# 클래스 com.codename1.impl.SilverlightPeer

상속: com.codename1.ui.PeerComponent
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
element Windows.UI.Xaml.FrameworkElement

공개 메소드들

메소드 설명
SilverlightPeer ( FrameworkElement element ) : System
calcPreferredSize ( ) : global::System.Object
deinitialize ( ) : void
generatePeerImage ( ) : object
initComponent ( ) : void
isFocusable ( ) : bool
layoutPeer ( ) : void
onPositionSizeChange ( ) : void
setLightweightMode ( bool l ) : void
shouldRenderPeerImage ( ) : bool

메소드 상세

SilverlightPeer() 공개 메소드

public SilverlightPeer ( FrameworkElement element ) : System
element Windows.UI.Xaml.FrameworkElement
리턴 System

calcPreferredSize() 공개 메소드

public calcPreferredSize ( ) : global::System.Object
리턴 global::System.Object

deinitialize() 공개 메소드

public deinitialize ( ) : void
리턴 void

generatePeerImage() 공개 메소드

public generatePeerImage ( ) : object
리턴 object

initComponent() 공개 메소드

public initComponent ( ) : void
리턴 void

isFocusable() 공개 메소드

public isFocusable ( ) : bool
리턴 bool

layoutPeer() 공개 메소드

public layoutPeer ( ) : void
리턴 void

onPositionSizeChange() 공개 메소드

public onPositionSizeChange ( ) : void
리턴 void

setLightweightMode() 공개 메소드

public setLightweightMode ( bool l ) : void
l bool
리턴 void

shouldRenderPeerImage() 공개 메소드

public shouldRenderPeerImage ( ) : bool
리턴 bool

프로퍼티 상세

element 공개적으로 프로퍼티

public FrameworkElement,Windows.UI.Xaml element
리턴 Windows.UI.Xaml.FrameworkElement