public class ContentDialog : ContentControl
継承:Object → DependencyObject → UIElement → FrameworkElement → Control → ContentControl → ContentDialog
コンテントプロパティ:Content
プロパティ
- DependencyObjectクラスから継承したプロパティ
- UIElementクラスから継承したプロパティ
- FrameworkElementクラスから継承したプロパティ
- Controlクラスから継承したプロパティ
- ContentControlクラスから継承したプロパティ
CloseButtonCommand
public ICommand CloseButtonCommand { get; set; }
CloseButtonText
public string CloseButtonText { get; set; }
PrimaryButtonCommand
public ICommand PrimaryButtonCommand { get; set; }
PrimaryButtonText
public string PrimaryButtonText { get; set; }
SecondaryButtonCommand
public ICommand SecondaryButtonCommand { get; set; }
SecondaryButtonText
public string SecondaryButtonText { get; set; }
Title
public object Title { get; set; }
メソッド
- Objectクラスから継承したメソッド
- DependencyObjectクラスから継承したメソッド
- UIElementクラスから継承したメソッド
- FrameworkElementクラスから継承したメソッド
- Controlクラスから継承したメソッド
- ContentControlクラスから継承したメソッド
ShowAsync
public IAsyncOperation<ContentDialogResult> ShowAsync();
public IAsyncOperation<ContentDialogResult> ShowAsync(ContentDialogPlacement placement);
イベント
- UIElementクラスから継承したイベント
- FrameworkElementクラスから継承したイベント
- Controlクラスから継承したイベント
- ContentControlクラスから継承したイベント
CloseButtonClick
public event TypedEventHandler<ContentDialog,ContentDialogButtonClickEventArgs> CloseButtonClick;
PrimaryButtonClick
public event TypedEventHandler<ContentDialog,ContentDialogButtonClickEventArgs> PrimaryButtonClick;
SecondaryButtonClick
public event TypedEventHandler<ContentDialog,ContentDialogButtonClickEventArgs> SecondaryButtonClick;