| FindAndReplaceWindowFindText Property |
This is used to get or set the find text
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public string FindText { get; set; }
Public Property FindText As String
Get
Set
public:
property String^ FindText {
String^ get ();
void set (String^ value);
}
member FindText : string with get, set
Property Value
Type:
StringSee Also