modified caret mode (#11)
Reviewed-on: #11 Co-authored-by: Aleksandr Neychev <alexnejchev73@gmail.com>
This commit was merged in pull request #11.
This commit is contained in:
@@ -10,7 +10,8 @@ public enum PopupPlacementMode
|
||||
|
||||
/// <summary>
|
||||
/// Next to the caret in the active input field. When the application does not
|
||||
/// report its position, the popup is shown at the mouse cursor.
|
||||
/// report its position, the popup is shown as in <see cref="FixedPoint"/> — at the
|
||||
/// place and with the look that mode is set up with.
|
||||
/// </summary>
|
||||
AtCaret,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user