WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SuggestionBox

    Show / Hide Table of Contents

    Class SuggestionBox

    Represent a popup that displayed when the matching Syncfusion.UI.Xaml.Controls.Input.TextBoxExt.Suggestions found.

    Inheritance
    System.Object
    SuggestionBox
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class SuggestionBox : ListBox

    Constructors

    SuggestionBox()

    Initializes a new instance of the SuggestionBox class.

    Declaration
    public SuggestionBox()

    Methods

    Dispose(Boolean)

    Dispose method

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    boolean type

    OnKeyDown(KeyEventArgs)

    Occurs when the key is pressed

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    Key event args

    PrepareContainerForItemOverride(DependencyObject, Object)

    Prepare container for item override

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    System.Windows.DependencyObject element

    Dependency object

    System.Object item

    object type

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved