Client Controls
You can configure client methods to be called from the WPF Designer.
Attribute | Description | |
---|---|---|
GetItemFromItemsControl | Use the Index property to get an item from the Items Control group (such as, ListBox, ComboBox, and so on). Use the Control property to specify the Items Control. | |
SelectInItemsControl | Use the Index property to select an item from the Items Control group (such as, ListBox, ComboBox, and so on). Use the Control property to specify the Items Control. | |
SetFocus | Sets a control's focus to a specified control. Use the Control property to specify the control to set focus to. |