[]
Represents a set of elements displayed in SearchBar.
[TypeConverter(typeof(UnsortedExpandableConverter))]
public class SearchBarElements
Name | Description |
---|---|
CloseSearch | Gets the element for the CloseSearch action. |
MatchCase | Gets the element for the MatchCase action. |
MatchWholeWord | Gets the element for the MatchWholeWord action. |
SearchNext | Gets the element for the SearchNext action. |
SearchOnCurrentPage | Gets the element for the SearchOnCurrentPage action. |
SearchPrev | Gets the element for the SearchPrev action. |
SearchTextBox | Gets the element for the SearchTextBox item. |
Name | Description |
---|---|
ShouldSerializeCloseSearch() | Indicates whether the CloseSearch property should be serialized. |
ShouldSerializeMatchCase() | Indicates whether the MatchCase property should be serialized. |
ShouldSerializeMatchWholeWord() | Indicates whether the MatchWholeWord property should be serialized. |
ShouldSerializeSearchNext() | Indicates whether the SearchNext property should be serialized. |
ShouldSerializeSearchOnCurrentPage() | Indicates whether the SearchOnCurrentPage property should be serialized. |
ShouldSerializeSearchPrev() | Indicates whether the SearchPrev property should be serialized. |
ShouldSerializeSearchTextBox() | Indicates whether the SearchTextBox property should be serialized. |