skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class FindReplacePopup

Inheritance
System.Object
ShapedForm
IntelliPromptBase
FindReplacePopup
Inherited Members
IntelliPromptBase.WndProc(Message)
IntelliPromptBase.GetThemeName()
IntelliPromptBase.Close()
IntelliPromptBase.Show()
IntelliPromptBase.Show(CaretPosition, CaretPosition)
IntelliPromptBase.UpdatePopupSize()
IntelliPromptBase.AttachToEditor()
IntelliPromptBase.AutoClose()
IntelliPromptBase.DetachFromEditor()
IntelliPromptBase.Dispose(Boolean)
IntelliPromptBase.HandleSyntaxEditorKeyDown(Object, PreviewSyntaxEditorKeyEventArgs)
IntelliPromptBase.HandleSyntaxEditorKeyUp(Object, PreviewSyntaxEditorKeyEventArgs)
IntelliPromptBase.Reset()
IntelliPromptBase.EditorLocationChanged(Object, EventArgs)
IntelliPromptBase.UpdatePopupLocation(Point)
IntelliPromptBase.GetScreenPopupLocation(Point)
IntelliPromptBase.CloseOnLostFocus
IntelliPromptBase.Editor
IntelliPromptBase.EndPosition
IntelliPromptBase.IsAutoClose
IntelliPromptBase.OpacityWhenCtrlPressed
IntelliPromptBase.RepositionOnCaretPositionChanged
IntelliPromptBase.StartPosition
IntelliPromptBase.HasCalledClose
ShapedForm.OnThemeChanged(ThemeChangedEventArgs)
ShapedForm.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
ShapedForm.SetClientSizeCore(Int32, Int32)
ShapedForm.OnLoad(EventArgs)
ShapedForm.OnShown(EventArgs)
ShapedForm.OnPaintBackground(PaintEventArgs)
ShapedForm.OnSizeChanged(EventArgs)
ShapedForm.ApplicationThemeChanged(Object, ThemeChangedEventArgs)
ShapedForm.ScaleControl(SizeF, BoundsSpecified)
ShapedForm.OnResizeBegin(EventArgs)
ShapedForm.OnResizeEnd(EventArgs)
ShapedForm.OnMove(EventArgs)
ShapedForm.PaintFrame(Graphics)
ShapedForm.PaintBorder(Graphics)
ShapedForm.GetHitTest(Point)
ShapedForm.ApplyTheme(String)
ShapedForm.ApplyShape()
ShapedForm.IsRectangularShape(Int32)
ShapedForm.CreateBorderPath()
ShapedForm.LOWORD(Int32)
ShapedForm.ShapedControl
ShapedForm.WindowsSettings
ShapedForm.BackColor
ShapedForm.BorderColor
ShapedForm.BorderWidth
ShapedForm.ForeColor
ShapedForm.Font
ShapedForm.BorderAlignment
ShapedForm.AllowResize
ShapedForm.Shape
ShapedForm.ThemeName
ShapedForm.EnableCompositionOnVista
ShapedForm.CreateParams
ShapedForm.FormBorderStyle
ShapedForm.ControlThemeClassName
ShapedForm.BorderPath
ShapedForm.OuterPath
Namespace: Telerik.WinControls.UI.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll

Syntax

public class FindReplacePopup : IntelliPromptBase, IThemeChangeListener, IDisposable

Constructors

FindReplacePopup(RadSyntaxEditorElement)

Declaration
public FindReplacePopup(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement editor

Properties

CloseButton

Declaration
public RadButton CloseButton { get; }
Property Value
RadButton

FindAllButton

Declaration
public RadButton FindAllButton { get; }
Property Value
RadButton

FindNextButton

Declaration
public RadButton FindNextButton { get; }
Property Value
RadButton

FindPrevButton

Declaration
public RadButton FindPrevButton { get; }
Property Value
RadButton

ReplaceAllButton

Declaration
public RadButton ReplaceAllButton { get; }
Property Value
RadButton

ReplaceButton

Declaration
public RadButton ReplaceButton { get; }
Property Value
RadButton

ReplaceTextBox

Declaration
public RadTextBox ReplaceTextBox { get; }
Property Value
RadTextBox

SearchTextBox

Declaration
public RadTextBox SearchTextBox { get; }
Property Value
RadTextBox

Methods

CalculatePopupLocation(RadSyntaxEditorElement)

Declaration
protected override Point CalculatePopupLocation(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement editor

Returns
System.Drawing.Point

Overrides
IntelliPromptBase.CalculatePopupLocation(RadSyntaxEditorElement)

GetDesiredNCHitResult(Int32)

Declaration
protected override int GetDesiredNCHitResult(int actualHitPoint)
Parameters
System.Int32 actualHitPoint

Returns
System.Int32

Overrides
IntelliPromptBase.GetDesiredNCHitResult(Int32)

OnVisibleChanged(EventArgs)

Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs e

ReadOwnerProperties()

Declaration
protected override void ReadOwnerProperties()
Overrides
IntelliPromptBase.ReadOwnerProperties()

SetPositionInView()

Declaration
protected override void SetPositionInView()
Overrides
IntelliPromptBase.SetPositionInView()

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.