ImportedFormRegionBase.GetFormRegionControl(String) 方法

定义

从表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 返回指定控件。

protected:
 System::Object ^ GetFormRegionControl(System::String ^ identifier);
protected object GetFormRegionControl (string identifier);
member this.GetFormRegionControl : string -> obj
Protected Function GetFormRegionControl (identifier As String) As Object

参数

identifier
String

您将在窗体区域的 Microsoft.Vbe.Interop.Forms.UserForm 中定位到的控件的名称。

返回

identifier 指定的控件。

例外

OutlookFormRegion 属性所指定的窗体区域为 null

标识符与 .ofs 文件中的控件不匹配。

适用于