Get the hot spot within this element that causes the mouse to change to the specified cursor
Namespace:
ArtOfTest.WebAii.SilverlightAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
public Point DetectHotSpot( int searchRadius, Cursor cursor ) |
| Visual Basic (Declaration) |
|---|
Public Function DetectHotSpot ( _ searchRadius As Integer, _ cursor As Cursor _ ) As Point |
| Visual C++ |
|---|
public: Point DetectHotSpot( int searchRadius, Cursor^ cursor ) |
Parameters
- searchRadius
- Type: System..::.Int32
The search radius from the center point of this element.
- cursor
- Type: System.Windows.Forms..::.Cursor
The cursor to check.
