C# 클래스 FlatRedBall.Gui.FileTextBox

A TextBox-like window which allows the user to browse the folder structure and select a file. The selected file will appear in the TextBox.
상속: Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
FileTextBox ( Cursor cursor ) : System
SetFileType ( List FileType ) : void
SetFileType ( string fileType ) : void

Sets the filetype that the FileWindow can view.

This method also clears all types. Setting a filter then calling SetFileType clears the filter. Setting the filetype as "graphic" sets all of the file types that FRB can load. FlatRedBall.Gui.FileWindow.Filter

비공개 메소드들

메소드 설명
AddFileType ( string type ) : void
FileWindowOkClick ( Window callingWindow ) : void
OpenFileWindow ( Window callingWindow ) : void

메소드 상세

FileTextBox() 공개 메소드

public FileTextBox ( Cursor cursor ) : System
cursor Cursor
리턴 System

SetFileType() 공개 메소드

public SetFileType ( List FileType ) : void
FileType List
리턴 void

SetFileType() 공개 메소드

Sets the filetype that the FileWindow can view.
This method also clears all types. Setting a filter then calling SetFileType clears the filter. Setting the filetype as "graphic" sets all of the file types that FRB can load. FlatRedBall.Gui.FileWindow.Filter
public SetFileType ( string fileType ) : void
fileType string
리턴 void