menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolTipDesigner

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

    Constructors

    ToolTipDesigner()

    Declaration
    public ToolTipDesigner()

    Methods

    Dispose(Boolean)

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

    GetGlyphs(GlyphSelectionType)

    Declaration
    public override GlyphCollection GetGlyphs(GlyphSelectionType selectionType)
    Parameters
    Type Name Description
    System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType
    Returns
    Type
    System.Windows.Forms.Design.Behavior.GlyphCollection

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    OnComponentChanged()

    Declaration
    public void OnComponentChanged()

    OnSizeChanged(Object, EventArgs)

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

    OnToolTipPropertyChanged(Object, ToolTipPropertyID)

    Declaration
    public void OnToolTipPropertyChanged(object sender, ToolTipPropertyID id)
    Parameters
    Type Name Description
    System.Object sender
    ToolTipPropertyID id

    SubscribeToComponentEvents()

    Declaration
    public void SubscribeToComponentEvents()

    UnsubscribeFromComponentEvents()

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