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
Показать файл Открыть проект

Открытые методы

Метод Описание
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