C# Class MahApps.Metro.Controls.Dialogs.CustomDialog

An implementation of BaseMetroDialog allowing arbitrary content.
Inheritance: BaseMetroDialog
Exibir arquivo Open project: superdino123/KTV Class Usage Examples

Public Methods

Method Description
CustomDialog ( )
CustomDialog ( MetroDialogSettings settings )
CustomDialog ( MetroWindow parentWindow )
CustomDialog ( MetroWindow parentWindow, MetroDialogSettings settings )

Method Details

CustomDialog() public method

public CustomDialog ( )

CustomDialog() public method

public CustomDialog ( MetroDialogSettings settings )
settings MetroDialogSettings

CustomDialog() public method

public CustomDialog ( MetroWindow parentWindow )
parentWindow MetroWindow

CustomDialog() public method

public CustomDialog ( MetroWindow parentWindow, MetroDialogSettings settings )
parentWindow MetroWindow
settings MetroDialogSettings