FindReplacePopup
Class
Definition
Namespace:Telerik.WinControls.UI.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class FindReplacePopup : IntelliPromptBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IThemeChangeListener, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormShapedFormIntelliPromptBaseFindReplacePopup...
Implements:
Inherited Members
Constructors
Properties
C#
public RadButton CloseButton { get; }
C#
public RadButton FindAllButton { get; }
C#
public RadButton FindNextButton { get; }
C#
public RadButton FindPrevButton { get; }
C#
public RadButton ReplaceAllButton { get; }
C#
public RadButton ReplaceButton { get; }
ReplaceTextBox
RadTextBox
C#
public RadTextBox ReplaceTextBox { get; }
SearchTextBox
RadTextBox
C#
public RadTextBox SearchTextBox { get; }
Methods
C#
protected override Point CalculatePopupLocation(RadSyntaxEditorElement editor)
Overrides:
C#
protected override void ReadOwnerProperties()
Overrides:
C#
protected override void SetPositionInView()
Overrides: