Share via


Help.ShowPopup 方法

显示一个“帮助”弹出窗口。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public Shared Sub ShowPopup ( _
    parent As Control, _
    caption As String, _
    location As Point _
)
用法
Dim parent As Control
Dim caption As String
Dim location As Point

Help.ShowPopup(parent, caption, location)
public static void ShowPopup (
    Control parent,
    string caption,
    Point location
)
public:
static void ShowPopup (
    Control^ parent, 
    String^ caption, 
    Point location
)
public static void ShowPopup (
    Control parent, 
    String caption, 
    Point location
)
public static function ShowPopup (
    parent : Control, 
    caption : String, 
    location : Point
)

参数

  • parent
    标识“帮助”对话框的父级的 Control
  • caption
    要在弹出窗口中显示的消息。
  • location
    一个指定显示弹出窗口水平坐标和垂直坐标的值。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Help 类
Help 成员
System.Windows.Forms 命名空间
ShowHelp
ShowHelpIndex