Show / Hide Table of Contents

Interface ISearchableControl

Namespace: Content.Client.Guidebook.Controls
Assembly: Content.Client.dll
Syntax
public interface ISearchableControl

Methods

| Improve this Doc View Source

CheckMatchesSearch(String)

Declaration
bool CheckMatchesSearch(string query)
Parameters
Type Name Description
System.String query
Returns
Type Description
System.Boolean
| Improve this Doc View Source

SetHiddenState(Boolean, String)

Sets the hidden state for the control. In simple cases this could just disable/hide it, but you may want more complex behavior for some elements.

Declaration
void SetHiddenState(bool state, string query)
Parameters
Type Name Description
System.Boolean state
System.String query
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾