Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets one of the HelpNavigator values.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public HelpNavigator Navigator { get; set; }
public:
property HelpNavigator Navigator {
HelpNavigator get();
void set(HelpNavigator value);
}
member Navigator : HelpNavigator with get, set
Public Property Navigator As HelpNavigator
Property Value
Type: System.Windows.Forms.HelpNavigator
The element of the Help file to display
See Also
MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top