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)

建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。

(繼承來源 MarshalByRefObject)
Dispose()

釋放 Component 所使用的所有資源。

(繼承來源 Component)
Dispose(Boolean)

釋放 ToolStripPanelRow 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetLifetimeService()
已淘汰.

擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。

(繼承來源 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)

適用於