Represents the delegate that can provide a custom key tip placement.
Parameters
Name | Type | Description |
---|---|---|
keyTipSize | Size | The System.Windows.Size of the key tip. |
ownerElement | UIElement | The UIElement that is the owner of the key tip. |
defaultLocation | Point | The default location of the key tip relative to the element. |
Returns
Type | Description |
---|---|
Point | The modified target location of the key tip relative to the element. |
Constructors
CustomKeyTipPlacementCallback(object, nint)
Methods
BeginInvoke(Size, UIElement, Point, AsyncCallback, object)
Parameter | Type | Description |
---|---|---|
keyTipSize | Size | |
ownerElement | UIElement | |
defaultLocation | Point | |
callback | Async |
|
object | object |
Returns
EndInvoke(IAsyncResult)
Invoke(Size, UIElement, Point)
Parameter | Type | Description |
---|---|---|
keyTipSize | Size | |
ownerElement | UIElement | |
defaultLocation | Point |
Returns
- Point