Displays a text search panel allowing to find text in the connected preview pane.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[DockingAttribute(DockingBehavior.Ask)] [ObfuscationAttribute(Exclude = true, ApplyToMembers = true)] [ToolboxBitmapAttribute(typeof(C1PreviewTextSearchPanel), "C1PreviewTextSearchPanel.png")] [DesignTimeVisibleAttribute(true)] [ToolboxItemAttribute(true)] public class C1PreviewTextSearchPanel : UserControl, IC1WmComponentChanged, INotifyPropertyChanged |
Visual Basic |
---|
<DockingAttribute(DockingBehavior.Ask)> _ <ObfuscationAttribute(Exclude := True, ApplyToMembers := True)> _ <ToolboxBitmapAttribute(GetType(C1PreviewTextSearchPanel), "C1PreviewTextSearchPanel.png")> _ <DesignTimeVisibleAttribute(True)> _ <ToolboxItemAttribute(True)> _ Public Class C1PreviewTextSearchPanel _ Inherits UserControl _ Implements IC1WmComponentChanged, INotifyPropertyChanged |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..UserControl
C1.Win.C1Preview..::..C1PreviewTextSearchPanel
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..UserControl
C1.Win.C1Preview..::..C1PreviewTextSearchPanel