|
|
|
CancelMode Method, SoftelvdmUserControl Class |
Cancels internal modes.
Syntax SoftelvdmUserControl Class (Softelvdm.Controls)
VB |
Public Sub CancelMode() |
C# |
public void CancelMode(); |
C++ |
public: void CancelMode(); |
Comments
The CancelMode method cancels internal modes.
Applications may wish to respond to events such as mouse buttons. Many mouse related events may have built-in functions, particularly drag & drop operations may be started after these events are processed. If an application wants to suppress the built-in behavior, e.g. to display a context menu, the internal state of the control has to be cleared. This can be accomplished using the CancelMode method.
Version Information
Supported in version 1.0.
Products Table