Gets a Header at the specified location.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Header HeaderTest( Point pt ) |
| Visual Basic |
|---|
Public Function HeaderTest ( pt As Point ) As Header |
| Visual C++ |
|---|
public: Header^ HeaderTest( Point pt ) |
| F# |
|---|
member HeaderTest : pt : Point -> Header |
Parameters
- pt
- Type: System.Drawing..::..Point
Location inside the grid.
Return Value
Type: HeaderHeader if found. Otherwise null.