メッセージボックスフォーム

Namespace: FVIL.Forms
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public class MsgBox : Form
Visual Basic
Public Class MsgBox
	Inherits Form

Remarks

半透明のメッセージボックスです。YES と NO のみを受け付けます。

Inheritance Hierarchy

System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
FVIL.Forms..::..MsgBox

See Also