'宣言
Sub DrawBorder( _ ByVal forControl As Control, _ ByVal pe As PaintEventArgs, _ ByVal style As EdgeStyle, _ ByVal edges As Edges _ )
void DrawBorder( Control forControl, PaintEventArgs pe, EdgeStyle style, Edges edges )
パラメータ
- forControl
- 境界線が設定されているコントロール。
- pe
- ペイントに使用する必要があるSystem.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)。
- style
- 境界線のスタイル。
- edges
- 境界線をペイントする側。