CreateBookmarkCommand Constructors
Creates a new bookmark with the specified name that references the current selection.Name | Parameters | Description |
---|---|---|
CreateBookmarkCommand(IRichEditControl, String) | control, bookmarkName | Initializes a new instance of the CreateBookmarkCommand class with the specified owner. |
CreateBookmarkCommand(IRichEditControl) | control | Initializes a new instance of the CreateBookmarkCommand class with the specified owner. |
See Also