 | 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+ee7c41c506aa3699a01882f3f94d3758366d0e67
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