AutoSuggestBoxHelper Class

Definition

Represents a helper object for loading and displaying a list of suggestions.

public ref class AutoSuggestBoxHelper sealed
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class AutoSuggestBoxHelper final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class AutoSuggestBoxHelper final
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class AutoSuggestBoxHelper
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public sealed class AutoSuggestBoxHelper
Public NotInheritable Class AutoSuggestBoxHelper
Inheritance
Object Platform::Object IInspectable AutoSuggestBoxHelper
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Properties

KeepInteriorCornersSquareProperty

Identifies the KeepInteriorCornersSquare dependency property. Not implemented.

Methods

GetKeepInteriorCornersSquare(AutoSuggestBox)

Retrieves whether the interior corners of the AutoSuggestBoxHelper popup are square instead of rounded.

SetKeepInteriorCornersSquare(AutoSuggestBox, Boolean)

Sets whether the interior corners of the AutoSuggestBoxHelper popup are square instead of rounded.

Applies to