Property | Type | Description | |
---|---|---|---|
CloseOnContainerClickProperty | |||
CloseOnEscapeKeyProperty | |||
DisableTargetProperty |
Property | Type | Description | |
---|---|---|---|
DialogControl | System | ||
ShowDialog | void | ||
ShowDialogModal | bool? | ||
TryFocus | void |
Method | Description | |
---|---|---|
ShowDialog ( |
Shows the dialog on a DialogControlContainer.
|
|
ShowDialogModal ( |
Shows the dialog on a DialogControlContainer.
|
Method | Description | |
---|---|---|
OnClosed ( ) : void |
Called when dialog has been closed.
|
|
OnFocus ( ) : void |
Called when dialog has been shown and focus needs to happen.
|
|
OnKeyDown ( System e ) : void |
Invoked when an unhandled E:System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
Method | Description | |
---|---|---|
DialogControl ( ) : System | ||
ShowDialog ( |
||
ShowDialogModal ( |
||
TryFocus ( ) : void |
protected OnKeyDown ( System e ) : void | ||
e | System | The |
return | void |
public ShowDialog ( |
||
container | The container. | |
return | void |
public ShowDialogModal ( |
||
container | The container. | |
return | bool? |
public static DependencyProperty,System.Windows CloseOnContainerClickProperty | ||
return |
public static DependencyProperty,System.Windows CloseOnEscapeKeyProperty | ||
return |