GetClickablePointFromOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration provides settings that indicate how a clickable point is obtained by the GetClickablePoint(Int32, Int32) method.
public enum class GetClickablePointFromOption
public enum GetClickablePointFromOption
type GetClickablePointFromOption =
Public Enum GetClickablePointFromOption
- Inheritance
-
GetClickablePointFromOption
Fields
Name | Value | Description |
---|---|---|
None | 0 | A clickable point cannot be obtained. |
GetClickablePointFromTechnologyManager | 1 | Get clickable point from the technology manager. |
GetClickablePointFromPlayback | 2 | Get clickable point from playback. |