C# Class FastColoredTextBoxNS.ShortcutStyle

Draws small rectangle for popup menu
Inheritance: Style
显示文件 Open project: samarjeet27/ynoteclassic

Public Properties

Property Type Description
borderPen System.Drawing.Pen

Public Methods

Method Description
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
ShortcutStyle ( Pen borderPen ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( Graphics gr, Point position, Range range ) : void
gr System.Drawing.Graphics
position Point
range Range
return void

ShortcutStyle() public method

public ShortcutStyle ( Pen borderPen ) : System
borderPen System.Drawing.Pen
return System

Property Details

borderPen public_oe property

public Pen,System.Drawing borderPen
return System.Drawing.Pen