HelpProvider.GetHelpKeyword(Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定控件的帮助关键字。
public:
virtual System::String ^ GetHelpKeyword(System::Windows::Forms::Control ^ ctl);
public virtual string GetHelpKeyword (System.Windows.Forms.Control ctl);
public virtual string? GetHelpKeyword (System.Windows.Forms.Control ctl);
abstract member GetHelpKeyword : System.Windows.Forms.Control -> string
override this.GetHelpKeyword : System.Windows.Forms.Control -> string
Public Overridable Function GetHelpKeyword (ctl As Control) As String
参数
返回
与此控件关联的帮助关键字;如果 HelpProvider 当前配置为显示整个帮助文件或配置为提供帮助字符串,则为 null
。