 | ExpanderBehaviourGetExpandedCommand method |
WPF getter for the ExpandedCommand.
Namespace: Vishnu.WPF_UI.BehavioursAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
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 Parameters
- obj UIElement
- The owning control.
Return value
ICommandThe Command.
See also