ToolStripPanelRow 类

定义

表示 ToolStripPanel 的行,该行能够包含控件。

public ref class ToolStripPanelRow : System::ComponentModel::Component, IDisposable
public class ToolStripPanelRow : System.ComponentModel.Component, IDisposable
type ToolStripPanelRow = class
    inherit Component
    interface IComponent
    interface IDisposable
Public Class ToolStripPanelRow
Inherits Component
Implements IDisposable
继承
ToolStripPanelRow
实现

构造函数

ToolStripPanelRow(ToolStripPanel)

初始化 ToolStripPanelRow 类的新实例,指定作为容器的 ToolStripPanel

属性

Bounds

获取 ToolStripPanelRow 的大小和位置(以像素为单位),包括其相对于父控件的非客户端元素。

CanRaiseEvents

获取一个指示组件是否可以引发事件的值。

(继承自 Component)
Container

获取包含 IContainerComponent

(继承自 Component)
Controls

获取 ToolStripPanelRow 中的控件。

DefaultMargin

获取控件之间默认指定的间距(以像素为单位)。

DefaultPadding

获取控件内容的内部间距(以像素为单位)。

DesignMode

获取一个值,用以指示 Component 当前是否处于设计模式。

(继承自 Component)
DisplayRectangle

获取控件的显示区域。

Events

获取附加到此 Component 的事件处理程序的列表。

(继承自 Component)
LayoutEngine

获取控件的布局引擎的实例。

Margin

获取或设置控件之间的空间。

Orientation

获取 ToolStripPanelRow 相对于包含它的 ToolStripPanel 的布局方向。

Padding

获取或设置控件内的空白。

Site

获取或设置 ComponentISite

(继承自 Component)
ToolStripPanel

获取包含 ToolStripPanelToolStripPanelRow

方法

CanMove(ToolStrip)

获取或设置一个值,指示能否将 ToolStrip 拖放到 ToolStripPanelRow 中。

CreateObjRef(Type)

创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。

(继承自 MarshalByRefObject)
Dispose()

释放由 Component 使用的所有资源。

(继承自 Component)
Dispose(Boolean)

释放由 ToolStripPanelRow 占用的非托管资源,还可以另外再释放托管资源。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetLifetimeService()
已过时.

检索控制此实例的生存期策略的当前生存期服务对象。

(继承自 MarshalByRefObject)
GetService(Type)

返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。

(继承自 Component)
GetType()

获取当前实例的 Type

(继承自 Object)
InitializeLifetimeService()
已过时.

获取生存期服务对象来控制此实例的生存期策略。

(继承自 MarshalByRefObject)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
MemberwiseClone(Boolean)

创建当前 MarshalByRefObject 对象的浅表副本。

(继承自 MarshalByRefObject)
OnBoundsChanged(Rectangle, Rectangle)

Bounds 属性更改时发生。

OnControlAdded(Control, Int32)

引发 ControlAdded 事件。

OnControlRemoved(Control, Int32)

引发 ControlRemoved 事件。

OnLayout(LayoutEventArgs)

引发 Layout 事件。

OnOrientationChanged()

Orientation 属性的值更改时发生。

ToString()

返回包含 Component 的名称的 String(如果有)。 不应重写此方法。

(继承自 Component)

事件

Disposed

在通过调用 Dispose() 方法释放组件时发生。

(继承自 Component)

适用于