menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipEditorForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolTipEditorForm

    ToolTipEditor Form

    Inheritance
    System.Object
    ToolTipEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolTipEditorForm : Form

    Constructors

    ToolTipEditorForm(ToolTipInfo, IServiceProvider)

    Declaration
    public ToolTipEditorForm(ToolTipInfo toolTipInfo, IServiceProvider provider)
    Parameters
    Type Name Description
    ToolTipInfo toolTipInfo
    System.IServiceProvider provider

    Properties

    ToolTip

    Declaration
    public ToolTipInfo ToolTip { get; }
    Property Value
    Type
    ToolTipInfo

    ToolTipControl

    Declaration
    public ToolTipControl ToolTipControl { get; }
    Property Value
    Type
    ToolTipControl

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    InitializeSurface(IServiceProvider)

    Declaration
    public bool InitializeSurface(IServiceProvider provider)
    Parameters
    Type Name Description
    System.IServiceProvider provider
    Returns
    Type
    System.Boolean

    OnSelectionChanged(Object, EventArgs)

    Declaration
    public void OnSelectionChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    SubscribeToServicesEvents()

    Declaration
    public void SubscribeToServicesEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved