Class CommentOverviewWindow
Create comment overview window
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class CommentOverviewWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceCommentOverviewWindow(Guid, Guid)
Create comment overview window
Declaration
public CommentOverviewWindow(Guid stackGuid, Guid instanceDataGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | stackGuid | Id of the stack |
System.Guid | instanceDataGuid | Id of the instance data |
Methods
| Improve this Doc View SourceOnDelete(WindowDeleteEventArg)
Deletes the selected comment
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase