GUISearchField

From Virtual World Web Wiki
Revision as of 12:49, 26 May 2017 by Spark5 (Talk | contribs) (Documentation for the GUISearchField class)

Jump to: navigation, search

Remarks [edit]

Properties

GUIButton ClearButton {get;}
bool DisplayPreviousResults {get; set;}
int MaxStoredResults {get; set;}
int MinimumSearchLength {get; set;}
string Placeholder {get; set;}
GUILabel PlaceholderLabel {get;}
int RecentSearchCount {get;}
float ResultsDelay {get; set;}
GUIImageBox SearchIcon {get;}
bool ShowClearButton {get; set;}
bool SubmitOnEnter {get; set;}
string Value {get; set;}

Events

OnSearchChanged()
OnTextChanged()

Methods

void AddRecent(string recent)
void ClearRecents()
int FindRecent(string recent)
string GetRecent(int index)
void RemoveRecent(string recent)
void SetFocus()