ComboBoxHelper Classe

Definizione

Fornisce metodi helper ComboBox per il compilatore XAML.

public ref class ComboBoxHelper 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 ComboBoxHelper 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 ComboBoxHelper 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 ComboBoxHelper
[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 ComboBoxHelper
Public NotInheritable Class ComboBoxHelper
Ereditarietà
Object Platform::Object IInspectable ComboBoxHelper
Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Proprietà

KeepInteriorCornersSquareProperty

Identifica la proprietà di dipendenza KeepInteriorCornersSquare . Non implementato.

Proprietà associate

KeepInteriorCornersSquare

Specifica se gli angoli interni del popup ComboBoxHelper sono quadrati anziché arrotondati.

Metodi

GetKeepInteriorCornersSquare(ComboBox)

Recupera se gli angoli interni del popup ComboBoxHelper sono quadrati anziché arrotondati.

SetKeepInteriorCornersSquare(ComboBox, Boolean)

Imposta se gli angoli interni del popup ComboBoxHelper sono quadrati anziché arrotondati.

Si applica a

Vedi anche