HotKeyEdit.ApplyHotKey Method | |
Apply the HotKey object associated with this control to a particular window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ApplyHotKey(
oWindow
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ApplyHotKey(
Usual oWindow = default
)
Request Example
View SourceParameters
- oWindow (Optional)
- Type: Usual
The window to which the HotKey object will be applied.
Return Value
Type:
Usual
A numeric value indicating the result of applying the HotKey object to the window. The result can be one of the following values:
ValueResult-1The operation was unsuccessful because the HotKey object is invalid.0The operation was unsuccessful because the window is invalid.1The operation was successful, and no other window has the same HotKey object.2The operation was successful, but another window already has the same HotKey object.
See Also