BookmarkFrame Constructor
|
Create a new BookmarkFrame.
Namespace: WebSupergoo.WordGlue4.Layout
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public BookmarkFrame(
string name
)
Public Sub New (
name As String
)
new :
name : string -> BookmarkFrame
Parameters
- name
- Type: SystemString
The name for the bookmark.
See Also