 | ExpanderBehaviourGetExpandedCommand Methode |
WPF-Getter für das ExpandedCommand.
Namensraum: Vishnu.WPF_UI.BehavioursAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static ICommand GetExpandedCommand(
UIElement obj
)
Public Shared Function GetExpandedCommand (
obj As UIElement
) As ICommand
public:
static ICommand^ GetExpandedCommand(
UIElement^ obj
)
static member GetExpandedCommand :
obj : UIElement -> ICommand
Parameter
- obj UIElement
- Das besitzende Control.
Rückgabewert
ICommandDas Command.
Siehe auch