PluginBaseOpenLogViewerWindow Method |
Opens a log viewer window with the node passed in.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected void OpenLogViewerWindow(
LogNode toView,
string description,
string caption,
string title,
bool showChangesTextBox
)
Protected Sub OpenLogViewerWindow (
toView As LogNode,
description As String,
caption As String,
title As String,
showChangesTextBox As Boolean
)
Parameters
- toView
- Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
To view. - description
- Type: SystemString
description of log shown, is added to groupbox description - caption
- Type: SystemString
caption to add to the window caption - title
- Type: SystemString
title to show first in the richtextbox. - showChangesTextBox
- Type: SystemBoolean
if set to true, the 'Changes' checkbox is available as well, otherwise this checkbox is hidden.
See Also