InvocationFocusBehavior Enum
Specifies how a child control on a ribbon or toolbar should process focus after the control's primary form of invocation.
public enum InvocationFocusBehavior
Fields
| Name | Description |
|---|---|
| Default | When the control is in a focus scope like a ribbon or toolbar, it will try to restore focus to control that last control had focus outside of the containing focus scope. |
| None | The Actipro logic for the control will not do any focus processing itself. However note that in some cases, external base classes may still process focus. |
| Self | The control will focus itself. |