ShortcutStyle Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the ShortcutStyle class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public ShortcutStyle(
	Pen borderPen
)
Visual Basic
Public Sub New ( _
	borderPen As Pen _
)
Visual C++
public:
ShortcutStyle(
	Pen^ borderPen
)

Parameters

borderPen
Type: System.Drawing..::..Pen

See Also