-
Undocumented
Declaration
Swift
override public init()
-
Undocumented
Declaration
Swift
public override func onMouseLeave()
-
Undocumented
Declaration
Swift
public override func onMouseDown(_ event: MouseEventArgs)
-
Undocumented
Declaration
Swift
public override func onMouseMove(_ event: MouseEventArgs)
-
Undocumented
Declaration
Swift
public override func onMouseUp(_ event: MouseEventArgs)
-
Undocumented
Declaration
Swift
public override func onMouseWheel(_ event: MouseEventArgs)
-
Undocumented
Declaration
Swift
public override func onKeyDown(_ event: KeyEventArgs)
-
Undocumented
Declaration
Swift
public override func onKeyUp(_ event: KeyEventArgs)
-
Undocumented
Declaration
Swift
public override func onKeyPress(_ event: KeyPressEventArgs)
-
Undocumented
Declaration
Swift
public override func onPreviewKeyDown(_ event: PreviewKeyDownEventArgs)
-
Undocumented
Declaration
Swift
public override func viewRemovedFromHierarchy(_ view: View)
-
Undocumented
Declaration
Swift
public override func setAsFirstResponder(_ eventHandler: EventHandler?, force: Bool) -> Bool
-
Undocumented
Declaration
Swift
public override func removeAsFirstResponder(_ eventHandler: EventHandler) -> Bool
-
Undocumented
Declaration
Swift
public override func removeAsFirstResponder(anyInHierarchy view: View) -> Bool
-
Undocumented
Declaration
Swift
public override func isFirstResponder(_ eventHandler: EventHandler) -> Bool
-
Undocumented
Declaration
Swift
public override func hideTooltipFor(anyInHierarchy view: View)
-
Returns
true
if a tooltip is currently visible on screen.Declaration
Swift
public func isTooltipVisible() -> Bool
-
Hides any currently visible tooltip.
Declaration
Swift
public func hideTooltip(stopTimers: Bool = false)
-
Starts a custom tooltip display mode where the caller has exclusive access to the tooltip control until it is either revoked or the lifetime of the returned
CustomTooltipHandlerType
reaches its end.Method returns
nil
if another custom tooltip handler is already active.Declaration
Swift
public func beginCustomTooltipLifetime() -> CustomTooltipHandlerType?
-
Shows a tooltip from a given provider.
Dismisses any currently visible tooltips in the process.
Declaration
Swift
public func showTooltip( for tooltipProvider: TooltipProvider, location: PreferredTooltipLocation? = nil )
-
Undocumented
Declaration
Swift
public func hideTooltip(for view: ControlView)
-
Undocumented
Declaration
Swift
public override func setMouseCursor(_ cursor: MouseCursorKind)
-
Undocumented
Declaration
Swift
public override func setMouseHiddenUntilMouseMoves()