Class ToolTipForm
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class ToolTipForm : IntelliPromptBase, IThemeChangeListener, IDisposable
Constructors
ToolTipForm(RadSyntaxEditorElement)
Declaration
public ToolTipForm(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement
editor
|
Properties
ShowWithoutActivation
Declaration
protected override bool ShowWithoutActivation { get; }
Property Value
System.Boolean
|
Methods
CalculatePopupLocation(RadSyntaxEditorElement)
Declaration
protected override Point CalculatePopupLocation(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement
editor
|
Returns
System.Drawing.Point
|
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
SetPositionInView()
Declaration
protected override void SetPositionInView()
Overrides
UpdatePopupLocation(Point)
Declaration
protected override void UpdatePopupLocation(Point location)
Parameters
Point
location
|