Visual Basic (Declaration) | |
---|---|
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> <CategoryAttribute("Action")> Public Property CommandTarget As IInputElement |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2SearchMenuItem Dim value As IInputElement instance.CommandTarget = value value = instance.CommandTarget |
C# | |
---|---|
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [Category("Action")] public IInputElement CommandTarget {get; set;} |
C++/CLI | |
---|---|
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [Category("Action")] public: property IInputElement^ CommandTarget { IInputElement^ get(); void set ( IInputElement^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2