프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_font | MediaPortal.GUI.Library.GUIFont | ||
_invalidate | bool | ||
_itemHeight | int | ||
_itemsPerPage | int | ||
_listItems | |||
_offset | int | ||
_xOffset | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClearOffsets | void | ||
SetText | void |
메소드 | 설명 | |
---|---|---|
AllocResources ( ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
FinalizeConstruction ( ) : void | ||
GUITextScrollUpControl ( int dwParentID ) : System | ||
GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System | ||
HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
NeedRefresh ( ) : bool | ||
OnMessage ( |
||
PreAllocResources ( ) : void | ||
Render ( float timePassed ) : void | ||
ScaleToScreenResolution ( ) : void |
메소드 | 설명 | |
---|---|---|
ClearOffsets ( ) : void |
Resets the scrolling offsets
|
|
SetText ( string strText ) : void |
public GUITextScrollUpControl ( int dwParentID ) : System | ||
dwParentID | int | |
리턴 | System |
public GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
strFont | string | |
dwTextColor | long | |
리턴 | System |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
리턴 | bool |
protected GUIFont,MediaPortal.GUI.Library _font | ||
리턴 | MediaPortal.GUI.Library.GUIFont |
protected ArrayList,System.Collections _listItems | ||
리턴 |