Method | Description | |
---|---|---|
BeginUpdate ( ) : void | ||
EndUpdate ( ) : void | ||
GetFindWhatHistory ( ) : string[] | ||
GetFindWhatText ( ) : string | ||
GetLookAtFileTypesHistory ( ) : string[] | ||
GetLookAtFileTypesText ( ) : string | ||
GetLookInHistory ( ) : string[] | ||
GetLookInText ( ) : string | ||
GetReplaceWithHistory ( ) : string[] | ||
GetReplaceWithText ( ) : string | ||
GetService ( |
||
LoadFindWhatHistory ( string history ) : void | ||
LoadLookAtFileTypesHistory ( string history ) : void | ||
LoadLookInHistory ( string history ) : void | ||
LoadReplaceWithHistory ( string history ) : void | ||
NoMoreOccurrences ( ) : void | ||
SetIncludeSubFolders ( bool value ) : void | ||
SetKeepOpen ( bool value ) : void | ||
SetMatchCase ( bool value ) : void | ||
SetMatchWholeWord ( bool value ) : void | ||
SetMode ( FindMode findMode ) : void | ||
SetTarget ( FindTarget findTarget ) : void | ||
SetUseRegularExpressions ( bool value ) : void | ||
View ( FindControl control ) : System |
Method | Description | |
---|---|---|
GetHistory ( |
||
LoadHistory ( |
public GetLookAtFileTypesHistory ( ) : string[] | ||
return | string[] |
public GetService ( |
||
serviceType | ||
return | object |
public LoadFindWhatHistory ( string history ) : void | ||
history | string | |
return | void |
public LoadLookAtFileTypesHistory ( string history ) : void | ||
history | string | |
return | void |
public LoadLookInHistory ( string history ) : void | ||
history | string | |
return | void |
public LoadReplaceWithHistory ( string history ) : void | ||
history | string | |
return | void |
public SetIncludeSubFolders ( bool value ) : void | ||
value | bool | |
return | void |
public SetMatchWholeWord ( bool value ) : void | ||
value | bool | |
return | void |
public SetTarget ( FindTarget findTarget ) : void | ||
findTarget | FindTarget | |
return | void |
public SetUseRegularExpressions ( bool value ) : void | ||
value | bool | |
return | void |