Hide the specified NavTarget in the specified Navigator by setting the
Hidden attribute.
No action is take no such
Navigator or
NavTarget is found.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic NavTarget Hide(
string navigatorName,
string targetName
)
Public Function Hide (
navigatorName As String,
targetName As String
) As NavTarget
Parameters
- navigatorName
- Type: SystemString
The name of the containing navigator. - targetName
- Type: SystemString
The name of the NavTarget in that navigator.
Return Value
Type:
NavTargetThe NavTarget element if found, else null.
See Also