Syntax
'Declaration
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Action")>
Public Property CommandTarget As System.Windows.IInputElement
'Usage
Dim instance As SheetTab
Dim value As System.Windows.IInputElement
instance.CommandTarget = value
value = instance.CommandTarget
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Action")]
public System.Windows.IInputElement CommandTarget {get; set;}
See Also