C# Class Livet.Messaging.Windows.WindowActionMessage

Windowを最大化・最小化・閉じる・通常化させるための相互作用メッセージです。
Inheritance: InteractionMessage
Mostra file Open project: ugaya40/Livet2 Class Usage Examples

Public Properties

Property Type Description
ActionProperty System.Windows.DependencyProperty

Public Methods

Method Description
WindowActionMessage ( ) : System.Windows
WindowActionMessage ( WindowAction action ) : System.Windows
WindowActionMessage ( WindowAction action, string messageKey ) : System.Windows
WindowActionMessage ( string messageKey ) : System.Windows

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

WindowActionMessage() public method

public WindowActionMessage ( ) : System.Windows
return System.Windows

WindowActionMessage() public method

public WindowActionMessage ( WindowAction action ) : System.Windows
action WindowAction
return System.Windows

WindowActionMessage() public method

public WindowActionMessage ( WindowAction action, string messageKey ) : System.Windows
action WindowAction
messageKey string
return System.Windows

WindowActionMessage() public method

public WindowActionMessage ( string messageKey ) : System.Windows
messageKey string
return System.Windows

Property Details

ActionProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActionProperty
return System.Windows.DependencyProperty