为所有项目属性页提供基类。 实现 IDatabaseProjectPropertyPageContributor 的任何 IDatabaseProjectFeature 随后都可以返回要添加到项目属性的实例。
此 API 不兼容 CLS。
继承层次结构
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              PropPageUserControlBase
                Microsoft.VisualStudio.Data.Schema.Package.Project.DatabasePropertyPageUserControlBase
命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public Class DatabasePropertyPageUserControlBase _
    Inherits PropPageUserControlBase
[CLSCompliantAttribute(false)]
public class DatabasePropertyPageUserControlBase : PropPageUserControlBase
[CLSCompliantAttribute(false)]
public ref class DatabasePropertyPageUserControlBase : public PropPageUserControlBase
[<CLSCompliantAttribute(false)>]
type DatabasePropertyPageUserControlBase =  
    class
        inherit PropPageUserControlBase
    end
public class DatabasePropertyPageUserControlBase extends PropPageUserControlBase
DatabasePropertyPageUserControlBase 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | DatabasePropertyPageUserControlBase | 初始化 DatabasePropertyPageUserControlBase 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AccessibilityObject | 获取分配给该控件的 AccessibleObject。 (继承自 Control。) | 
| .gif) | AccessibleDefaultActionDescription | 获取或设置控件的默认操作说明,供辅助功能客户端应用程序使用。 (继承自 Control。) | 
| .gif) | AccessibleDescription | 获取或设置辅助功能客户端应用程序使用的控件说明。 (继承自 Control。) | 
| .gif) | AccessibleName | 获取或设置辅助功能客户端应用程序所使用的控件名称。 (继承自 Control。) | 
| .gif) | AccessibleRole | 获取或设置控件的辅助性角色 (继承自 Control。) | 
| .gif) | ActiveControl | 获取或设置容器控件上的活动控件。 (继承自 ContainerControl。) | 
| .gif) | AllowDrop | 获取或设置一个值,该值指示控件是否可以接受用户拖放到它上面的数据。 (继承自 Control。) | 
| .gif) | Anchor | 获取或设置控件绑定到的容器的边缘并确定控件如何随其父级一起调整大小。 (继承自 Control。) | 
| .gif) | AutoScaleDimensions | 获取或设置控件的设计尺寸。 (继承自 ContainerControl。) | 
| .gif) | AutoScaleFactor | 获取当前和设计时自动缩放尺寸之间的缩放因子。 (继承自 ContainerControl。) | 
| .gif) | AutoScaleMode | 获取或设置控件的自动缩放模式。 (继承自 ContainerControl。) | 
| .gif) | AutoScroll | 获取或设置一个值,该值指示容器是否允许用户滚动到任何放置在其可见边界之外的控件。 (继承自 ScrollableControl。) | 
| .gif) | AutoScrollMargin | 获取或设置自动滚动边距的大小。 (继承自 ScrollableControl。) | 
| .gif) | AutoScrollMinSize | 获取或设置自动滚动的最小尺寸。 (继承自 ScrollableControl。) | 
| .gif) | AutoScrollOffset | 获取或设置一个值,该值指示在 ScrollControlIntoView 中将控件滚动到何处。 (继承自 Control。) | 
| .gif) | AutoScrollPosition | 获取或设置自动滚动定位的位置。 (继承自 ScrollableControl。) | 
| .gif) | AutoSize | 此属性与此类无关。 (继承自 UserControl。) | 
| .gif) | AutoSizeMode | 获取或设置控件将如何调整其自身大小。 (继承自 UserControl。) | 
| .gif) | AutoValidate | 获取或设置当用户将焦点更改到另一个控件时控件如何执行验证。 (继承自 UserControl。) | 
| .gif) | BackColor | 获取或设置控件的背景色。 (继承自 Control。) | 
| .gif) | BackgroundImage | 获取或设置在控件中显示的背景图像。 (继承自 Control。) | 
| .gif) | BackgroundImageLayout | 获取或设置在 ImageLayout 枚举中定义的背景图像布局。 (继承自 Control。) | 
| .gif) | BindingContext | 获取或设置控件的 BindingContext。 (继承自 ContainerControl。) | 
| .gif) | BorderStyle | 获取或设置用户控件的边框样式。 (继承自 UserControl。) | 
| .gif) | Bottom | 获取控件下边缘与其容器的工作区上边缘之间的距离(以像素为单位)。 (继承自 Control。) | 
| .gif) | Bounds | 获取或设置控件(包括其非工作区元素)相对于其父控件的大小和位置(以像素为单位)。 (继承自 Control。) | 
| .gif) | CanApplyNow | (继承自 PropPageUserControlBase。) | 
| .gif) | CanEnableIme | 获取一个用以指示是否可以将 ImeMode 属性设置为活动值的值,以启用 IME 支持。 (继承自 ContainerControl。) | 
| .gif) | CanFocus | 获取一个值,该值指示控件是否可以接收焦点。 (继承自 Control。) | 
| .gif) | CanRaiseEvents | 确定是否可以在控件上引发事件。 (继承自 Control。) | 
| .gif) | CanSelect | 获取一个值,该值指示是否可以选中控件。 (继承自 Control。) | 
| .gif) | Capture | 获取或设置一个值,该值指示控件是否已捕获鼠标。 (继承自 Control。) | 
| .gif) | CausesValidation | 获取或设置一个值,该值指示控件是否会引起在任何需要在接收焦点时执行验证的控件上执行验证。 (继承自 Control。) | 
| .gif) | ClientRectangle | 获取表示控件的工作区的矩形。 (继承自 Control。) | 
| .gif) | ClientSize | 获取或设置控件的工作区的高度和宽度。 (继承自 Control。) | 
| .gif) | CommonPropertiesObject | (继承自 PropPageUserControlBase。) | 
| .gif) | CompanyName | 获取包含控件的应用程序的公司名称或创建者。 (继承自 Control。) | 
| .gif) | Container | 获取 IContainer,它包含 Component。 (继承自 Component。) | 
| .gif) | ContainsFocus | 获取一个值,该值指示控件或它的一个子控件当前是否有输入焦点。 (继承自 Control。) | 
| .gif) | ContextMenu | 获取或设置与控件关联的快捷菜单。 (继承自 Control。) | 
| .gif) | ContextMenuStrip | 获取或设置与此控件关联的 ContextMenuStrip。 (继承自 Control。) | 
| .gif) | ControlData | (继承自 PropPageUserControlBase。) | 
| .gif) | Controls | 获取包含在控件内的控件的集合。 (继承自 Control。) | 
| .gif) | Created | 获取一个值,该值指示控件是否已经创建。 (继承自 Control。) | 
| .gif) | CreateParams | 基础结构。获取创建控件句柄时所需要的创建参数。 (继承自 UserControl。) | 
| .gif) | CurrentAutoScaleDimensions | 获取屏幕的当前运行时尺寸。 (继承自 ContainerControl。) | 
| .gif) | CurrentConfigurations | 获取正在设计的当前配置。 | 
| .gif) | Cursor | 获取或设置当鼠标指针位于控件上时显示的光标。 (继承自 Control。) | 
| .gif) | DatabaseProjectNode | 获取父 IDatabaseProjectNode。 | 
| .gif) | DataBindings | 为该控件获取数据绑定。 (继承自 Control。) | 
| .gif) | DefaultCursor | 获取或设置控件的默认光标。 (继承自 Control。) | 
| .gif) | DefaultImeMode | 获取控件支持的输入法编辑器 (IME) 模式。 (继承自 Control。) | 
| .gif) | DefaultMargin | 获取控件之间默认指定的间距(以像素为单位)。 (继承自 Control。) | 
| .gif) | DefaultMaximumSize | 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最大大小。 (继承自 Control。) | 
| .gif) | DefaultMinimumSize | 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最小大小。 (继承自 Control。) | 
| .gif) | DefaultPadding | 获取控件内容的内部间距(以像素为单位)。 (继承自 Control。) | 
| .gif) | DefaultSize | 获取控件的默认大小。 (继承自 UserControl。) | 
| .gif) | DesignMode | 获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component。) | 
| .gif) | DisableOnBuild | (继承自 PropPageUserControlBase。) | 
| .gif) | DisableOnDebug | (继承自 PropPageUserControlBase。) | 
| .gif) | DisplayRectangle | 获取表示控件的虚拟显示区域的矩形。 (继承自 ScrollableControl。) | 
| .gif) | Disposing | 获取一个值,该值指示 Control 基类是否在释放进程中。 (继承自 Control。) | 
| .gif) | Dock | 获取或设置哪些控件边框停靠到其父控件并确定控件如何随其父级一起调整大小。 (继承自 Control。) | 
| .gif) | DockPadding | 获取控件的所有边缘的停靠边距设置。 (继承自 ScrollableControl。) | 
| .gif) | DoubleBuffered | 获取或设置一个值,该值指示此控件是否应使用辅助缓冲区重绘其图面,以减少或避免闪烁。 (继承自 Control。) | 
| .gif) | DTE | (继承自 PropPageUserControlBase。) | 
| .gif) | DTEProject | (继承自 PropPageUserControlBase。) | 
| .gif) | Enabled | (继承自 PropPageUserControlBase。) | 
| .gif) | Events | 获取附加到此 Component 的事件处理程序的列表。 (继承自 Component。) | 
| .gif) | Focused | 获取一个值,该值指示控件是否有输入焦点。 (继承自 Control。) | 
| .gif) | Font | 获取或设置控件显示的文字的字体。 (继承自 Control。) | 
| .gif) | FontHeight | 获取或设置控件的字体的高度。 (继承自 Control。) | 
| .gif) | ForeColor | 获取或设置控件的前景色。 (继承自 Control。) | 
| .gif) | GetDialogFont | (继承自 PropPageUserControlBase。) | 
| .gif) | GetServiceFromPropertyPageSite | (继承自 PropPageUserControlBase。) | 
| .gif) | Handle | 获取控件绑定到的窗口句柄。 (继承自 Control。) | 
| .gif) | HasChildren | 获取一个值,该值指示控件是否包含一个或多个子控件。 (继承自 Control。) | 
| .gif) | Height | 获取或设置控件的高度。 (继承自 Control。) | 
| .gif) | HorizontalScroll | 获取与水平滚动条相关联的特性。 (继承自 ScrollableControl。) | 
| .gif) | HScroll | 获取或设置一个值,该值指示水平滚动条是否可见。 (继承自 ScrollableControl。) | 
| .gif) | ImeMode | 获取或设置控件的输入法编辑器 (IME) 模式。 (继承自 Control。) | 
| .gif) | ImeModeBase | 获取或设置控件的 IME 模式。 (继承自 Control。) | 
| .gif) | InvokeRequired | 获取一个值,该值指示调用方在对控件进行方法调用时是否必须调用 Invoke 方法,因为调用方位于创建控件所在的线程以外的线程中。 (继承自 Control。) | 
| .gif) | IsAccessible | 获取或设置一个值,该值指示控件对辅助功能应用程序是否可见。 (继承自 Control。) | 
| .gif) | IsActivated | (继承自 PropPageUserControlBase。) | 
| .gif) | IsConfigurationSpecificPage | (继承自 PropPageUserControlBase。) | 
| .gif) | IsDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | IsDisposed | 获取一个值,该值指示控件是否已经被释放。 (继承自 Control。) | 
| .gif) | IsHandleCreated | 获取一个值,该值指示控件是否有与它关联的句柄。 (继承自 Control。) | 
| .gif) | IsInProjectCheckoutSection | (继承自 PropPageUserControlBase。) | 
| .gif) | IsMirrored | 获取一个值,该值指示此控件是否为镜像控件。 (继承自 Control。) | 
| .gif) | IsUndoEnabled | (继承自 PropPageUserControlBase。) | 
| .gif) | LayoutEngine | 获取控件的布局引擎的缓存实例。 (继承自 Control。) | 
| .gif) | Left | 获取或设置控件左边缘与其容器的工作区左边缘之间的距离(以像素为单位)。 (继承自 Control。) | 
| .gif) | Location | 获取或设置该控件的左上角相对于其容器的左上角的坐标。 (继承自 Control。) | 
| .gif) | ManualPageScaling | (继承自 PropPageUserControlBase。) | 
| .gif) | Margin | 获取或设置控件之间的空间。 (继承自 Control。) | 
| .gif) | MaximumSize | 获取或设置大小,该大小是 GetPreferredSize 可以指定的上限。 (继承自 Control。) | 
| .gif) | MinimumSize | 获取或设置大小,该大小是 GetPreferredSize 可以指定的下限。 (继承自 Control。) | 
| .gif) | MultiProjectSelect | (继承自 PropPageUserControlBase。) | 
| .gif) | Name | 获取或设置控件的名称。 (继承自 Control。) | 
| .gif) | Padding | 获取或设置控件内的空白。 (继承自 Control。) | 
| .gif) | PageRequiresScaling | (继承自 PropPageUserControlBase。) | 
| .gif) | PageResizable | (继承自 PropPageUserControlBase。) | 
| .gif) | Parent | 获取或设置控件的父容器。 (继承自 Control。) | 
| .gif) | ParentForm | 获取将容器控件分配给的窗体。 (继承自 ContainerControl。) | 
| .gif) | PreferredSize | 获取可以容纳控件的矩形区域的大小。 (继承自 Control。) | 
| .gif) | ProductName | 获取包含控件的程序集的产品名称。 (继承自 Control。) | 
| .gif) | ProductVersion | 获取包含控件的程序集的版本。 (继承自 Control。) | 
| .gif) | ProjectHierarchy | (继承自 PropPageUserControlBase。) | 
| .gif) | ProjectKind | (继承自 PropPageUserControlBase。) | 
| .gif) | ProjectLanguage | (继承自 PropPageUserControlBase。) | 
| .gif) | ProjectProperties | (继承自 PropPageUserControlBase。) | 
| .gif) | ProjectReloadedDuringCheckout | (继承自 PropPageUserControlBase。) | 
| .gif) | PropertyPageSite | (继承自 PropPageUserControlBase。) | 
| .gif) | RecreatingHandle | 获取一个值,该值指示控件当前是否在重新创建其句柄。 (继承自 Control。) | 
| .gif) | Region | 获取或设置与控件关联的窗口区域。 (继承自 Control。) | 
| .gif) | RenderRightToLeft | 已过时。此属性现已过时。 (继承自 Control。) | 
| .gif) | ResizeRedraw | 获取或设置一个值,该值指示控件在调整大小时是否重绘自己。 (继承自 Control。) | 
| .gif) | Right | 获取控件右边缘与其容器的工作区左边缘之间的距离(以像素为单位)。 (继承自 Control。) | 
| .gif) | RightToLeft | 获取或设置一个值,该值指示是否将控件的元素对齐以支持使用从右向左的字体的区域设置。 (继承自 Control。) | 
| .gif) | ScaleChildren | 获取一个值,该值确定子控件的缩放。 (继承自 Control。) | 
| .gif) | ServiceProvider | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowFocusCues | 获取一个值,该值指示控件是否应显示聚焦框。 (继承自 Control。) | 
| .gif) | ShowKeyboardCues | 获取一个值,该值指示用户界面是否处于适当的状态以显示或隐藏键盘快捷键。 (继承自 Control。) | 
| .gif) | Site | 获取或设置控件的站点。 (继承自 Control。) | 
| .gif) | Size | 获取或设置控件的高度和宽度。 (继承自 Control。) | 
| .gif) | TabIndex | 获取或设置在控件的容器的控件的 Tab 键顺序。 (继承自 Control。) | 
| .gif) | TabStop | 获取或设置一个值,该值指示用户能否使用 Tab 键将焦点放到该控件上。 (继承自 Control。) | 
| .gif) | Tag | 获取或设置包含有关控件的数据的对象。 (继承自 Control。) | 
| .gif) | Text | 获取或设置与此控件关联的文本。 (继承自 UserControl。) | 
| .gif) | Top | 获取或设置控件上边缘与其容器的工作区上边缘之间的距离(以像素为单位)。 (继承自 Control。) | 
| .gif) | TopLevelControl | 获取没有另一个 Windows 窗体控件作为其父级的父控件。通常,这是控件所在的最外面的 Form。 (继承自 Control。) | 
| .gif) | UseWaitCursor | 获取或设置一个值,该值指示是否将等待光标用于当前控件以及所有子控件。 (继承自 Control。) | 
| .gif) | ValidationControlGroups | (继承自 PropPageUserControlBase。) | 
| .gif) | VerticalScroll | 获取与垂直滚动条相关联的特性。 (继承自 ScrollableControl。) | 
| .gif) | Visible | 获取或设置一个值,该值指示是否显示该控件及其所有子控件。 (继承自 Control。) | 
| .gif) | VScroll | 获取或设置一个值,该值指示垂直滚动条是否可见。 (继承自 ScrollableControl。) | 
| .gif) | VsUIShell2Service | (继承自 PropPageUserControlBase。) | 
| .gif) | VsUIShellService | (继承自 PropPageUserControlBase。) | 
| .gif) | Width | 获取或设置控件的宽度。 (继承自 Control。) | 
| .gif) | WindowTarget | 基础结构。此属性与此类无关。 (继承自 Control。) | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | AcceptEnterKey | 使按钮对 Enter 键进行响应,如同单击按钮一样。 | 
| .gif) | AccessibilityNotifyClients(AccessibleEvents, Int32) | 就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) | 
| .gif) | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | 就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) | 
| .gif) | AddChangeHandlers | (继承自 PropPageUserControlBase。) | 
| .gif) | AddFileToProject(String) | (继承自 PropPageUserControlBase。) | 
| .gif) | AddFileToProject(String, Boolean) | (继承自 PropPageUserControlBase。) | 
| .gif) | AddFileToProject(ProjectItems, String, Boolean) | (继承自 PropPageUserControlBase。) | 
| .gif) | AddFileToProject(ProjectItems, String, Boolean, prjBuildAction) | (继承自 PropPageUserControlBase。) | 
| .gif) | AdjustFormScrollbars | 基础结构。根据当前控件位置和当前所选控件调整容器中的滚动条。 (继承自 ContainerControl。) | 
| .gif) | Apply | (继承自 PropPageUserControlBase。) | 
| .gif) | ApplyChanges | (继承自 PropPageUserControlBase。) | 
| .gif) | ApplyPageChanges | (继承自 PropPageUserControlBase。) | 
| .gif) | BeginInvoke(Delegate) | 在创建控件的基础句柄所在线程上异步执行指定委托。 (继承自 Control。) | 
| .gif) | BeginInvoke(Delegate, array<Object[]) | 在创建控件的基础句柄所在线程上,用指定的参数异步执行指定委托。 (继承自 Control。) | 
| .gif) | BringToFront | 将控件带到 Z 顺序的前面。 (继承自 Control。) | 
| .gif) | CheckoutProjectFile | (继承自 PropPageUserControlBase。) | 
| .gif) | CleanupCOMReferences | 用于清理所有公共对象模型 (COM) 引用并与事件取消挂接。 (重写 PropPageUserControlBaseCleanupCOMReferences()。) | 
| .gif) | ClearIsDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | CommitTransaction | (继承自 PropPageUserControlBase。) | 
| .gif) | Contains | 检索一个值,该值指示指定控件是否为一个控件的子控件。 (继承自 Control。) | 
| .gif) | CreateAccessibilityInstance | 为该控件创建一个新的辅助功能对象。 (继承自 Control。) | 
| .gif) | CreateControl | 强制创建可见控件,包括创建句柄和任何可见子控件。 (继承自 Control。) | 
| .gif) | CreateControlsInstance | 为控件创建控件集合的新实例。 (继承自 Control。) | 
| .gif) | CreateGraphics | 为控件创建 Graphics。 (继承自 Control。) | 
| .gif) | CreateHandle | 为该控件创建句柄。 (继承自 Control。) | 
| .gif) | CreateObjRef | 安全关键。创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。) | 
| .gif) | DefWndProc | 向默认窗口过程发送指定消息。 (继承自 Control。) | 
| .gif) | DelayValidate | (继承自 PropPageUserControlBase。) | 
| .gif) | DestroyHandle | 毁坏与该控件关联的句柄。 (继承自 Control。) | 
| .gif) | DisableWhenDebugMode | (继承自 PropPageUserControlBase。) | 
| .gif) | Dispose() | 释放由 Component 使用的所有资源。 (继承自 Component。) | 
| .gif) | Dispose(Boolean) | 此对象的释放操作。 (重写 PropPageUserControlBaseDispose(Boolean)。) | 
| .gif) | DoDragDrop | 开始拖放操作。 (继承自 Control。) | 
| .gif) | DrawToBitmap | 支持呈现到指定的位图。 (继承自 Control。) | 
| .gif) | EditProperty | (继承自 PropPageUserControlBase。) | 
| .gif) | EnableAllControls | (继承自 PropPageUserControlBase。) | 
| .gif) | EnableControl | (继承自 PropPageUserControlBase。) | 
| .gif) | EndInvoke | 检索由传递的 IAsyncResult 表示的异步操作的返回值。 (继承自 Control。) | 
| .gif) | EnterProjectCheckoutSection | (继承自 PropPageUserControlBase。) | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | ExtendedPropertiesObjects | (继承自 PropPageUserControlBase。) | 
| .gif) | Finalize | 在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (继承自 Component。) | 
| .gif) | FindForm | 检索控件所在的窗体。 (继承自 Control。) | 
| .gif) | Focus | 为控件设置输入焦点。 (继承自 Control。) | 
| .gif) | GetAccessibilityObjectById | 检索指定的 AccessibleObject。 (继承自 Control。) | 
| .gif) | GetAutoSizeMode | 检索一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) | 
| .gif) | GetChildAtPoint(Point) | 检索位于指定坐标处的子控件。 (继承自 Control。) | 
| .gif) | GetChildAtPoint(Point, GetChildAtPointSkip) | 检索位于指定坐标的子控件,并且指定是否忽略特定类型的子控件。 (继承自 Control。) | 
| .gif) | GetCommonPropertyDescriptor | (继承自 PropPageUserControlBase。) | 
| .gif) | GetCommonPropertyValue(PropertyDescriptor) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetCommonPropertyValue(String) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetCommonPropertyValueNative(PropertyDescriptor) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetCommonPropertyValueNative(String) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetContainerControl | 沿着控件的父控件链向上,返回下一个 ContainerControl。 (继承自 Control。) | 
| .gif) | GetControlValue | (继承自 PropPageUserControlBase。) | 
| .gif) | GetControlValueNative | (继承自 PropPageUserControlBase。) | 
| .gif) | GetCurrentProperty | (继承自 PropPageUserControlBase。) | 
| .gif) | GetDirectoryViaBrowse | (继承自 PropPageUserControlBase。) | 
| .gif) | GetDirectoryViaBrowseRelative | (继承自 PropPageUserControlBase。) | 
| .gif) | GetDirectoryViaBrowseRelativeToProject | (继承自 PropPageUserControlBase。) | 
| .gif) | GetDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | GetF1HelpKeyword | (继承自 PropPageUserControlBase。) | 
| .gif) | GetFileViaBrowse | (继承自 PropPageUserControlBase。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetLifetimeService | 安全关键。检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject。) | 
| .gif) | GetNextControl | 按照子控件的 Tab 键顺序向前或向后检索下一个控件。 (继承自 Control。) | 
| .gif) | GetPreferredSize | (继承自 PropPageUserControlBase。) | 
| .gif) | GetProjectPath | (继承自 PropPageUserControlBase。) | 
| .gif) | GetProjectRelativeDirectoryPath | (继承自 PropPageUserControlBase。) | 
| .gif) | GetProjectRelativeFilePath | (继承自 PropPageUserControlBase。) | 
| .gif) | GetProperty | (继承自 PropPageUserControlBase。) | 
| .gif) | GetPropertyControl | (继承自 PropPageUserControlBase。) | 
| .gif) | GetPropertyControlData(Int32) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetPropertyControlData(String) | (继承自 PropPageUserControlBase。) | 
| .gif) | GetPropertyDescriptor | (继承自 PropPageUserControlBase。) | 
| .gif) | GetRelativeDirectoryPath | (继承自 PropPageUserControlBase。) | 
| .gif) | GetRelativeFilePath | (继承自 PropPageUserControlBase。) | 
| .gif) | GetScaledBounds | 检索缩放控件时的边界。 (继承自 Control。) | 
| .gif) | GetScrollState | 确定是否设置了指定的标志。 (继承自 ScrollableControl。) | 
| .gif) | GetService | 返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (继承自 Component。) | 
| .gif) | GetStyle | 为控件检索指定控件样式位的值。 (继承自 Control。) | 
| .gif) | GetTopLevel | 确定控件是否是顶级控件。 (继承自 Control。) | 
| .gif) | GetTransaction | (继承自 PropPageUserControlBase。) | 
| .gif) | GetTransactionDescription | (继承自 PropPageUserControlBase。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | GetUserDefinedPropertyDescriptor | (继承自 PropPageUserControlBase。) | 
| .gif) | Help | (继承自 PropPageUserControlBase。) | 
| .gif) | Hide | 对用户隐藏控件。 (继承自 Control。) | 
| .gif) | InitializeAllProperties | (继承自 PropPageUserControlBase。) | 
| .gif) | InitializeLifetimeService | 安全关键。获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。) | 
| .gif) | InitLayout | 在将控件添加到另一个容器之后调用。 (继承自 Control。) | 
| .gif) | InitPage | (继承自 PropPageUserControlBase。) | 
| .gif) | Invalidate() | 使控件的整个图面无效并导致重绘控件。 (继承自 Control。) | 
| .gif) | Invalidate(Region) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) | 
| .gif) | Invalidate(Boolean) | 使控件的特定区域无效并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | Invalidate(Rectangle) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) | 
| .gif) | Invalidate(Region, Boolean) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | Invalidate(Rectangle, Boolean) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | Invoke(Delegate) | 在拥有此控件的基础窗口句柄的线程上执行指定的委托。 (继承自 Control。) | 
| .gif) | Invoke(Delegate, array<Object[]) | 在拥有控件的基础窗口句柄的线程上,用指定的参数列表执行指定委托。 (继承自 Control。) | 
| .gif) | InvokeGotFocus | 为指定的控件引发 GotFocus 事件。 (继承自 Control。) | 
| .gif) | InvokeLostFocus | 为指定的控件引发 LostFocus 事件。 (继承自 Control。) | 
| .gif) | InvokeOnClick | 为指定的控件引发 Click 事件。 (继承自 Control。) | 
| .gif) | InvokePaint | 为指定的控件引发 Paint 事件。 (继承自 Control。) | 
| .gif) | InvokePaintBackground | 为指定的控件引发 PaintBackground 事件。 (继承自 Control。) | 
| .gif) | IsAnyPropertyDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | IsCSProject | (继承自 PropPageUserControlBase。) | 
| .gif) | IsInputChar | 确定一个字符是否是控件可识别的输入字符。 (继承自 Control。) | 
| .gif) | IsInputKey | 确定指定的键是常规输入键还是需要预处理的特殊键。 (继承自 Control。) | 
| .gif) | IsJSProject | (继承自 PropPageUserControlBase。) | 
| .gif) | IsPageDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | IsVBProject | (继承自 PropPageUserControlBase。) | 
| .gif) | IVsProjectDesignerPage_GetPropertyMultipleValues | (继承自 PropPageUserControlBase。) | 
| .gif) | IVsProjectDesignerPage_GetPropertyValue | (继承自 PropPageUserControlBase。) | 
| .gif) | IVsProjectDesignerPage_SetPropertyValue | (继承自 PropPageUserControlBase。) | 
| .gif) | IVsProjectDesignerPage_SetPropertyValueMultipleValues | (继承自 PropPageUserControlBase。) | 
| .gif) | IVsProjectDesignerPage_SupportsMultipleValueUndo | (继承自 PropPageUserControlBase。) | 
| .gif) | LeaveProjectCheckoutSection | (继承自 PropPageUserControlBase。) | 
| .gif) | MemberwiseClone() | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | MemberwiseClone(Boolean) | 创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject。) | 
| .gif) | NotifyInvalidate | 基础结构。引发 Invalidated 事件,其中带有要使之无效的控件的指定区域。 (继承自 Control。) | 
| .gif) | OnApplyComplete | (继承自 PropPageUserControlBase。) | 
| .gif) | OnAutoSizeChanged | 引发 AutoSizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnAutoValidateChanged | 引发 AutoValidateChanged 事件。 (继承自 ContainerControl。) | 
| .gif) | OnBackColorChanged | 引发 BackColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnBackgroundImageChanged | 引发 BackgroundImageChanged 事件。 (继承自 Control。) | 
| .gif) | OnBackgroundImageLayoutChanged | 引发 BackgroundImageLayoutChanged 事件。 (继承自 Control。) | 
| .gif) | OnBindingContextChanged | 引发 BindingContextChanged 事件。 (继承自 Control。) | 
| .gif) | OnBuildBegin | 提供有关项目或解决方案生成已开始的通知。 | 
| .gif) | OnBuildEnd | 提供有关项目或解决方案生成已结束的通知。 | 
| .gif) | OnCausesValidationChanged | 引发 CausesValidationChanged 事件。 (继承自 Control。) | 
| .gif) | OnChangeUICues | 引发 ChangeUICues 事件。 (继承自 Control。) | 
| .gif) | OnClick | 引发 Click 事件。 (继承自 Control。) | 
| .gif) | OnClientSizeChanged | 引发 ClientSizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnContextMenuChanged | 引发 ContextMenuChanged 事件。 (继承自 Control。) | 
| .gif) | OnContextMenuStripChanged | 引发 ContextMenuStripChanged 事件。 (继承自 Control。) | 
| .gif) | OnControlAdded | 引发 ControlAdded 事件。 (继承自 Control。) | 
| .gif) | OnControlRemoved | 引发 ControlRemoved 事件。 (继承自 Control。) | 
| .gif) | OnCreateControl | 引发 CreateControl 事件。 (继承自 UserControl。) | 
| .gif) | OnCursorChanged | 引发 CursorChanged 事件。 (继承自 Control。) | 
| .gif) | OnDockChanged | 引发 DockChanged 事件。 (继承自 Control。) | 
| .gif) | OnDoubleClick | 引发 DoubleClick 事件。 (继承自 Control。) | 
| .gif) | OnDragDrop | 引发 DragDrop 事件。 (继承自 Control。) | 
| .gif) | OnDragEnter | 引发 DragEnter 事件。 (继承自 Control。) | 
| .gif) | OnDragLeave | 引发 DragLeave 事件。 (继承自 Control。) | 
| .gif) | OnDragOver | 引发 DragOver 事件。 (继承自 Control。) | 
| .gif) | OnEnabledChanged | 引发 EnabledChanged 事件。 (继承自 Control。) | 
| .gif) | OnEnter | 引发 Enter 事件。 (继承自 Control。) | 
| .gif) | OnExternalPropertyChanged(Int32, String) | (继承自 PropPageUserControlBase。) | 
| .gif) | OnExternalPropertyChanged(Int32, PropertyChangeSource) | (继承自 PropPageUserControlBase。) | 
| .gif) | OnExternalPropertyChanged(PropertyControlData, PropertyChangeSource) | (继承自 PropPageUserControlBase。) | 
| .gif) | OnExternalPropertyRequestEdit | (继承自 PropPageUserControlBase。) | 
| .gif) | OnFontChanged | 引发 FontChanged 事件。 (继承自 ContainerControl。) | 
| .gif) | OnForeColorChanged | 引发 ForeColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnGiveFeedback | 引发 GiveFeedback 事件。 (继承自 Control。) | 
| .gif) | OnGotFocus | 引发 GotFocus 事件。 (继承自 Control。) | 
| .gif) | OnHandleCreated | 引发 HandleCreated 事件。 (继承自 Control。) | 
| .gif) | OnHandleDestroyed | 引发 HandleDestroyed 事件。 (继承自 Control。) | 
| .gif) | OnHelpRequested | 引发 HelpRequested 事件。 (继承自 Control。) | 
| .gif) | OnImeModeChanged | 引发 ImeModeChanged 事件。 (继承自 Control。) | 
| .gif) | OnInvalidated | 引发 Invalidated 事件。 (继承自 Control。) | 
| .gif) | OnKeyDown | 引发 KeyDown 事件。 (继承自 Control。) | 
| .gif) | OnKeyPress | 引发 KeyPress 事件。 (继承自 Control。) | 
| .gif) | OnKeyUp | 引发 KeyUp 事件。 (继承自 Control。) | 
| .gif) | OnLayout | (继承自 PropPageUserControlBase。) | 
| .gif) | OnLeave | 引发 Leave 事件。 (继承自 Control。) | 
| .gif) | OnLoad | 引发 Load 事件。 (继承自 UserControl。) | 
| .gif) | OnLocationChanged | 引发 LocationChanged 事件。 (继承自 Control。) | 
| .gif) | OnLostFocus | 引发 LostFocus 事件。 (继承自 Control。) | 
| .gif) | OnMarginChanged | 引发 MarginChanged 事件。 (继承自 Control。) | 
| .gif) | OnMouseCaptureChanged | 引发 MouseCaptureChanged 事件。 (继承自 Control。) | 
| .gif) | OnMouseClick | 引发 MouseClick 事件。 (继承自 Control。) | 
| .gif) | OnMouseDoubleClick | 引发 MouseDoubleClick 事件。 (继承自 Control。) | 
| .gif) | OnMouseDown | 引发 MouseDown 事件。 (继承自 UserControl。) | 
| .gif) | OnMouseEnter | 引发 MouseEnter 事件。 (继承自 Control。) | 
| .gif) | OnMouseHover | 引发 MouseHover 事件。 (继承自 Control。) | 
| .gif) | OnMouseLeave | 引发 MouseLeave 事件。 (继承自 Control。) | 
| .gif) | OnMouseMove | 引发 MouseMove 事件。 (继承自 Control。) | 
| .gif) | OnMouseUp | 引发 MouseUp 事件。 (继承自 Control。) | 
| .gif) | OnMouseWheel | 引发 MouseWheel 事件。 (继承自 ScrollableControl。) | 
| .gif) | OnMove | 引发 Move 事件。 (继承自 Control。) | 
| .gif) | OnNotifyMessage | 向控件通知 Windows 消息。 (继承自 Control。) | 
| .gif) | OnPaddingChanged | 引发 PaddingChanged 事件。 (继承自 ScrollableControl。) | 
| .gif) | OnPageActivated | (继承自 PropPageUserControlBase。) | 
| .gif) | OnPaint | 引发 Paint 事件。 (继承自 Control。) | 
| .gif) | OnPaintBackground | 绘制控件的背景。 (继承自 ScrollableControl。) | 
| .gif) | OnParentBackColorChanged | 当控件容器的 BackColor 属性值更改时,将引发 BackColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentBackgroundImageChanged | 当控件容器的 BackgroundImage 属性值更改时,将引发 BackgroundImageChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentBindingContextChanged | 当控件容器的 BindingContext 属性值更改时,将引发 BindingContextChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentChanged | 引发 ParentChanged 事件。 (继承自 ContainerControl。) | 
| .gif) | OnParentCursorChanged | 引发 CursorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentEnabledChanged | 当控件容器的 Enabled 属性值更改时,将引发 EnabledChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentFontChanged | 当控件容器的 Font 属性值更改时,将引发 FontChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentForeColorChanged | 当控件容器的 ForeColor 属性值更改时,将引发 ForeColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentRightToLeftChanged | 当控件容器的 RightToLeft 属性值更改时,将引发 RightToLeftChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentVisibleChanged | 当控件容器的 Visible 属性值更改时,将引发 VisibleChanged 事件。 (继承自 Control。) | 
| .gif) | OnPreviewKeyDown | 引发 PreviewKeyDown 事件。 (继承自 Control。) | 
| .gif) | OnPrint | 引发 Paint 事件。 (继承自 Control。) | 
| .gif) | OnPropertyChanged | (继承自 PropPageUserControlBase。) | 
| .gif) | OnPropertyChanging | (继承自 PropPageUserControlBase。) | 
| .gif) | OnQueryContinueDrag | 引发 QueryContinueDrag 事件。 (继承自 Control。) | 
| .gif) | OnRegionChanged | 引发 RegionChanged 事件。 (继承自 Control。) | 
| .gif) | OnResize | 基础结构。引发 Resize 事件。 (继承自 UserControl。) | 
| .gif) | OnRightToLeftChanged | 引发 RightToLeftChanged 事件。 (继承自 ScrollableControl。) | 
| .gif) | OnScroll | 引发 Scroll 事件。 (继承自 ScrollableControl。) | 
| .gif) | OnSetSite | (继承自 PropPageUserControlBase。) | 
| .gif) | OnSizeChanged | 引发 SizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnStyleChanged | 引发 StyleChanged 事件。 (继承自 Control。) | 
| .gif) | OnSystemColorsChanged | 引发 SystemColorsChanged 事件。 (继承自 Control。) | 
| .gif) | OnTabIndexChanged | 引发 TabIndexChanged 事件。 (继承自 Control。) | 
| .gif) | OnTabStopChanged | 引发 TabStopChanged 事件。 (继承自 Control。) | 
| .gif) | OnTextChanged | 引发 TextChanged 事件。 (继承自 Control。) | 
| .gif) | OnValidated | 引发 Validated 事件。 (继承自 Control。) | 
| .gif) | OnValidating | 引发 Validating 事件。 (继承自 Control。) | 
| .gif) | OnVisibleChanged | 引发 VisibleChanged 事件。 (继承自 ScrollableControl。) | 
| .gif) | PerformAutoScale | 执行对容器控件及其子级的缩放。 (继承自 ContainerControl。) | 
| .gif) | PerformLayout() | 强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) | 
| .gif) | PerformLayout(Control, String) | 强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) | 
| .gif) | PointToClient | 将指定屏幕点的位置计算成工作区坐标。 (继承自 Control。) | 
| .gif) | PointToScreen | 将指定工作区点的位置计算成屏幕坐标。 (继承自 Control。) | 
| .gif) | PostApplyPageChanges | (继承自 PropPageUserControlBase。) | 
| .gif) | PostInitPage | (继承自 PropPageUserControlBase。) | 
| .gif) | PreApplyPageChanges | (继承自 PropPageUserControlBase。) | 
| .gif) | PreInitPage | (继承自 PropPageUserControlBase。) | 
| .gif) | PreProcessControlMessage | 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) | 
| .gif) | PreProcessMessage | 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) | 
| .gif) | ProcessCmdKey | 处理命令键。 (继承自 ContainerControl。) | 
| .gif) | ProcessDelayValidationQueue | (继承自 PropPageUserControlBase。) | 
| .gif) | ProcessDialogChar | 基础结构。处理对话框字符。 (继承自 ContainerControl。) | 
| .gif) | ProcessDialogKey | (继承自 PropPageUserControlBase。) | 
| .gif) | ProcessKeyEventArgs | 处理键消息并生成适当的控件事件。 (继承自 Control。) | 
| .gif) | ProcessKeyMessage | 处理键盘消息。 (继承自 Control。) | 
| .gif) | ProcessKeyPreview | 预览键盘消息。 (继承自 Control。) | 
| .gif) | ProcessMnemonic | 基础结构。处理助记键字符。 (继承自 ContainerControl。) | 
| .gif) | ProcessTabKey | 选择下一个可用控件并使其成为活动控件。 (继承自 ContainerControl。) | 
| .gif) | RaiseDragEvent | 基础结构。引发适当的拖动事件。 (继承自 Control。) | 
| .gif) | RaiseKeyEvent | 基础结构。引发适当的键事件。 (继承自 Control。) | 
| .gif) | RaiseMouseEvent | 基础结构。引发适当的鼠标事件。 (继承自 Control。) | 
| .gif) | RaisePaintEvent | 基础结构。引发适当的绘画事件。 (继承自 Control。) | 
| .gif) | RawPropertiesObjects | (继承自 PropPageUserControlBase。) | 
| .gif) | ReadUserDefinedProperty | (继承自 PropPageUserControlBase。) | 
| .gif) | RecreateHandle | 强制为控件重新创建句柄。 (继承自 Control。) | 
| .gif) | RectangleToClient | 计算指定屏幕矩形的大小和位置(以工作区坐标表示)。 (继承自 Control。) | 
| .gif) | RectangleToScreen | 计算指定工作区矩形的大小和位置(以屏幕坐标表示)。 (继承自 Control。) | 
| .gif) | Refresh | 强制控件使其工作区无效并立即重绘自己和任何子控件。 (继承自 Control。) | 
| .gif) | RefreshPropertyStandardValues | (继承自 PropPageUserControlBase。) | 
| .gif) | RefreshPropertyValues | (继承自 PropPageUserControlBase。) | 
| .gif) | ResetBackColor | 将 BackColor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetBindings | 使绑定到 BindingSource 的控件重新读取列表中的所有项,并刷新这些项的显示值。 (继承自 Control。) | 
| .gif) | ResetCursor | 将 Cursor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetFont | 将 Font 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetForeColor | 将 ForeColor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetImeMode | 将 ImeMode 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetMouseEventArgs | 基础结构。重置控件以处理 MouseLeave 事件。 (继承自 Control。) | 
| .gif) | ResetRightToLeft | 将 RightToLeft 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetText | 将 Text 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | RestoreInitialValues | (继承自 PropPageUserControlBase。) | 
| .gif) | ResumeLayout() | 恢复正常的布局逻辑。 (继承自 Control。) | 
| .gif) | ResumeLayout(Boolean) | 恢复正常的布局逻辑,可以选择强制对挂起的布局请求立即进行布局。 (继承自 Control。) | 
| .gif) | ResumePropertyChangeListening | (继承自 PropPageUserControlBase。) | 
| .gif) | RtlTranslateAlignment(HorizontalAlignment) | 将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateAlignment(LeftRightAlignment) | 将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateAlignment(ContentAlignment) | 将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateContent | 将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateHorizontal | 将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateLeftRight | 将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | Scale(Single) | 已过时。缩放控件和任何子控件。 (继承自 Control。) | 
| .gif) | Scale(SizeF) | 按指定的比例因子缩放控件和所有子控件。 (继承自 Control。) | 
| .gif) | Scale(Single, Single) | 已过时。缩放整个控件和任何子控件。 (继承自 Control。) | 
| .gif) | ScaleControl | 缩放控件的位置、大小、空白和边距。 (继承自 ScrollableControl。) | 
| .gif) | ScaleCore | 此方法与此类无关。 (继承自 ScrollableControl。) | 
| .gif) | ScaleWindowToCurrentFont | (继承自 PropPageUserControlBase。) | 
| .gif) | ScrollControlIntoView | 将指定的子控件滚动到支持自动滚动的控件的视图中。 (继承自 ScrollableControl。) | 
| .gif) | ScrollToControl | 计算到指定子控件的滚动偏移量。 (继承自 ScrollableControl。) | 
| .gif) | Select() | 激活控件。 (继承自 Control。) | 
| .gif) | Select(Boolean, Boolean) | 激活子控件。 还可以指定从中选择控件的 Tab 键顺序的方向。 (继承自 ContainerControl。) | 
| .gif) | SelectNextControl | 激活下一个控件。 (继承自 Control。) | 
| .gif) | SendToBack | 将控件发送到 Z 顺序的后面。 (继承自 Control。) | 
| .gif) | SetAutoScrollMargin | 设置自动滚动边距的大小。 (继承自 ScrollableControl。) | 
| .gif) | SetAutoSizeMode | 设置一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) | 
| .gif) | SetBounds(Int32, Int32, Int32, Int32) | 将控件的边界设置为指定位置和大小。 (继承自 Control。) | 
| .gif) | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | 将控件的指定边界设置为指定位置和大小。 (继承自 Control。) | 
| .gif) | SetBoundsCore | 执行设置该控件的指定边界的工作。 (继承自 Control。) | 
| .gif) | SetClientSizeCore | 设置控件的工作区的大小。 (继承自 Control。) | 
| .gif) | SetCommonPropertyValue(PropertyDescriptor, Object) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetCommonPropertyValue(String, Object) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetCommonPropertyValueNative(PropertyDescriptor, Object) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetCommonPropertyValueNative(String, Object) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDialogFont | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDirty(Boolean) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDirty(Object) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDirty(Int32) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDirty(Object, Boolean) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDirty(Int32, Boolean) | (继承自 PropPageUserControlBase。) | 
| .gif) | SetDisplayRectLocation | 将显示窗口定位到指定的值。 (继承自 ScrollableControl。) | 
| .gif) | SetObjects | 返回扩展对象,这些对象是从此属性页所用的原始对象集创建的。 (重写 PropPageUserControlBaseSetObjects(array<Object[])。) | 
| .gif) | SetScrollState | 设置指定的滚动状态标志。 (继承自 ScrollableControl。) | 
| .gif) | SetStyle | 将指定的 ControlStyles 标志设置为 true 或 false。 (继承自 Control。) | 
| .gif) | SetTopLevel | 将控件设置为顶级控件。 (继承自 Control。) | 
| .gif) | SetVisibleCore | 将控件设置为指定的可见状态。 (继承自 Control。) | 
| .gif) | Show | 向用户显示控件。 (继承自 Control。) | 
| .gif) | ShowChildPage(String, Type) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowChildPage(String, Type, String) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowErrorMessage(Exception) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowErrorMessage(String) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowErrorMessage(Exception, String) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowErrorMessage(String, Exception) | (继承自 PropPageUserControlBase。) | 
| .gif) | ShowErrorMessage(String, String) | (继承自 PropPageUserControlBase。) | 
| .gif) | SizeFromClientSize | 确定整个控件(从控件工作区的高度和宽度起计算)的大小。 (继承自 Control。) | 
| .gif) | SkipValidating | (继承自 PropPageUserControlBase。) | 
| .gif) | SuspendLayout | 临时挂起控件的布局逻辑。 (继承自 Control。) | 
| .gif) | SuspendPropertyChangeListening | (继承自 PropPageUserControlBase。) | 
| .gif) | ToString | 返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 Component。) | 
| .gif) | TryGetNonCommonPropertyValue | (继承自 PropPageUserControlBase。) | 
| .gif) | Update | 使控件重绘其工作区内的无效区域。 (继承自 Control。) | 
| .gif) | UpdateBounds() | 用当前大小和位置更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateBounds(Int32, Int32, Int32, Int32) | 用指定大小和位置更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | 用指定大小、位置和工作区的大小更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateDefaultButton | 由派生类覆盖后,更新作为默认按钮的按钮。 (继承自 ContainerControl。) | 
| .gif) | UpdateStyles | 强制将分配的样式重新应用到控件。 (继承自 Control。) | 
| .gif) | UpdateZOrder | 按控件的父级的 Z 顺序更新控件。 (继承自 Control。) | 
| .gif) | Validate() | 通过顺序引发 Validating 和 Validated 事件验证失去焦点的控件的值。 (继承自 ContainerControl。) | 
| .gif) | Validate(Boolean) | 验证失去焦点的控件的值;取决于是否打开了自动验证。 (继承自 ContainerControl。) | 
| .gif) | ValidateChildren() | 使控件内支持验证的所有子控件都对其数据进行验证。 (继承自 UserControl。) | 
| .gif) | ValidateChildren(ValidationConstraints) | 使控件内支持验证的所有子控件都对其数据进行验证。 (继承自 UserControl。) | 
| .gif) | ValidatePageChanges | (继承自 PropPageUserControlBase。) | 
| .gif) | ValidateProperty | (继承自 PropPageUserControlBase。) | 
| .gif) | WndProc | (继承自 PropPageUserControlBase。) | 
| .gif) | WriteUserDefinedProperty | (继承自 PropPageUserControlBase。) | 
页首
事件
页首
字段
| 名称 | 说明 | |
|---|---|---|
| .gif) | DISPID_UNKNOWN | (继承自 PropPageUserControlBase。) | 
| .gif) | m_CommonPropertyDescriptors | (继承自 PropPageUserControlBase。) | 
| .gif) | m_ControlData | (继承自 PropPageUserControlBase。) | 
| .gif) | m_ExtendedObjects | (继承自 PropPageUserControlBase。) | 
| .gif) | m_fInsideInit | (继承自 PropPageUserControlBase。) | 
| .gif) | m_IsDirty | (继承自 PropPageUserControlBase。) | 
| .gif) | m_Objects | (继承自 PropPageUserControlBase。) | 
| .gif) | m_ObjectsPropertyDescriptorsArray | (继承自 PropPageUserControlBase。) | 
| .gif) | m_ScalingCompleted | (继承自 PropPageUserControlBase。) | 
页首
显式接口实现
| 名称 | 说明 | |
|---|---|---|
| .gif) .gif) | IContainerControl.ActivateControl | 激活指定的控件。 (继承自 ContainerControl。) | 
| .gif) .gif) | Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#FinishPendingValidations | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#GetHelpContextF1Keyword | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#Apply | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#SetObjects | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#Help | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#SetSite | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#OnActivated | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Shell#Interop#IVsBroadcastMessageEvents#OnBroadcastMessage | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | IDropTarget.OnDragDrop | 基础结构。引发 DragDrop 事件。 (继承自 Control。) | 
| .gif) .gif) | IDropTarget.OnDragEnter | 基础结构。引发 DragEnter 事件。 (继承自 Control。) | 
| .gif) .gif) | IDropTarget.OnDragLeave | 基础结构。引发 DragLeave 事件。 (继承自 Control。) | 
| .gif) .gif) | IDropTarget.OnDragOver | 基础结构。引发 DragOver 事件。 (继承自 Control。) | 
| .gif) .gif) | Microsoft#VisualStudio#Shell#Interop#IVsDebuggerEvents#OnModeChange | (继承自 PropPageUserControlBase。) | 
| .gif) .gif) | Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#SetPageSite | (继承自 PropPageUserControlBase。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)