Difference between revisions of "GUISearchField"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUISearchField class)
(Documentation for the GUISearchField class)
Line 44: Line 44:
  
 
:{{CSharp|void SetFocus()}}
 
:{{CSharp|void SetFocus()}}
 +
::
 +
::Brings focus to this component
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 16:57, 2 February 2017

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;}
Single ResultsDelay {get; set;}
GUIImageBox SearchIcon {get;}
bool ShowClearButton {get; set;}
bool SubmitOnEnter {get; set;}
string Value {get; set;}

Events

OnSearchChanged(EventHandler<FlexibleEventArgs>)
OnTextChanged(EventHandler<FlexibleEventArgs>)

Methods

ReturnType AddRecent(DetailsBlock details, string recent)
ReturnType ClearRecents(DetailsBlock details)
ReturnType GetRecent(DetailsBlock details, int index)
ReturnType RemoveRecent(DetailsBlock details, string recent)
void SetFocus()
Brings focus to this component