次の方法で共有


MultiSelectComboBox クラス

定義

このコントロールを使用すると、コンボ ボックスのドロップダウン ポップアップで複数の値を選択し、選択内容をコンマ結合文字列として表示できます。

[System.Windows.TemplatePart(Name="PART_ListBox", Type=typeof(System.Windows.Controls.ListBox))]
[System.Windows.TemplatePart(Name="PART_ContentPresenter", Type=typeof(System.Windows.Controls.ContentPresenter))]
public class MultiSelectComboBox : System.Windows.Controls.ComboBox
[<System.Windows.TemplatePart(Name="PART_ListBox", Type=typeof(System.Windows.Controls.ListBox))>]
[<System.Windows.TemplatePart(Name="PART_ContentPresenter", Type=typeof(System.Windows.Controls.ContentPresenter))>]
type MultiSelectComboBox = class
    inherit ComboBox
Public Class MultiSelectComboBox
Inherits ComboBox
継承
MultiSelectComboBox
属性

コンストラクター

MultiSelectComboBox()

このコントロールを使用すると、コンボ ボックスのドロップダウン ポップアップで複数の値を選択し、選択内容をコンマ結合文字列として表示できます。

フィールド

DelimiterChar

区切り文字

DelimiterStr

区切り記号の文字列

IsSelectAllCheckedProperty

プロパティの DependencyProperty IsSelectAllChecked

SelectedItemsProperty

プロパティの DependencyProperty SelectedItems

SelectedItemsTextConverterProperty

プロパティの DependencyProperty SelectedItemsTextConverter

SelectedItemsTextProperty

プロパティの DependencyProperty SelectedItemsText

ShowSelectAllProperty

プロパティの DependencyProperty ShowSelectAll

SurrogateItemsSourceProperty

プロパティの DependencyProperty Microsoft.VisualStudio.PlatformUI.MultiSelectComboBox.SurrogateItemsSource

WatermarkProperty

プロパティの DependencyProperty Watermark

プロパティ

IsSelectAllChecked

[すべて選択] オプションのチェック ボックスの状態

SelectedItems

選択した項目

SelectedItemsText

最初に選択する必要がある選択肢を表す、選択した項目のテキスト文字列 (存在する場合)

SelectedItemsTextConverter

が 値の場合 SelectedItems に選択される内容のテキストをカスタマイズするために使用できる、選択した項目コンバーター。 が既に渡されている場合 SelectedItemsText は、このコンバーターの代わりに表示される内容に使用します。 が null で null SelectedItemsTextConverter の場合SelectedItemsTextは、 を使用してDelimiterStr文字列を SelectedItems 連結します。

ShowSelectAll

[すべて選択] を有効にするオプション

Watermark

透かしの文字列

メソッド

EnableItems(Boolean, IEnumerable<Object>)

MultiSelectComboBoxの項目を有効または無効にします。

OnApplyTemplate()

このコントロールを使用すると、コンボ ボックスのドロップダウン ポップアップで複数の値を選択し、選択内容をコンマ結合文字列として表示できます。

OnCreateAutomationPeer()

このコントロールを使用すると、コンボ ボックスのドロップダウン ポップアップで複数の値を選択し、選択内容をコンマ結合文字列として表示できます。

OnItemsSourceChanged(IEnumerable, IEnumerable)

このコントロールを使用すると、コンボ ボックスのドロップダウン ポップアップで複数の値を選択し、選択内容をコンマ結合文字列として表示できます。

適用対象