Visio) (Window 物件
代表 Microsoft Visio 實例中開啟的視窗。
註解
Window 物件的預設屬性為 Application。
若要擷取 Visio 實例中的使用中視窗,請使用Application物件的ActiveWindow屬性。
若要擷取代表視窗中顯示之頁面的Page物件,請使用Window物件的Page屬性。
若要擷取代表該視窗中顯示之檔的 Document 物件,請使用 Document 屬性。
若要擷取代表在該視窗中選取之圖案的 Selection 物件,請使用 Selection 屬性。
注意事項
從 Microsoft Visio 2002 開始, Window 物件的下列方法已過時: AddToGroup、 Cut、 Combine、 Copy、 Delete、 Duplicate、 Fragment、 Group、 Intersect、 Join、 RemoveFromGroup、 Subtract、 Trim和 Union。 現有的方案 (會叫用這些方法) 可以繼續正確運作,但新增或重建的解決方案則需搭配 Selection 物件來使用這些方法。
此外, Window 物件的 Paste 方法現在已過時。 使用Page、Master或Shape 物件的Paste或PasteSpecial方法 (在群組圖形) 的情況下使用Shape物件。
事件
- BeforeWindowClosed
- BeforeWindowPageTurn
- BeforeWindowSelDelete
- KeyDown
- KeyPress
- KeyUp
- MouseDown
- MouseMove
- MouseUp
- OnKeystrokeMessageForAddon
- QueryCancelWindowClose
- SelectionChanged
- ViewChanged
- WindowActivated
- WindowChanged
- WindowCloseCanceled
- WindowTurnedToPage
方法
- Activate
- CenterViewOnShape
- Close
- DeselectAll
- DockedStencils
- GetViewRect
- GetWindowRect
- Group
- NewWindow
- Paste
- Scroll
- ScrollViewTo
- Select
- SelectAll
- SetViewRect
- SetWindowRect
屬性
- AllowEditing
- Application
- BackgroundColor
- BackgroundColorGradient
- Caption
- Document
- EventList
- ID
- Index
- InPlace
- IsEditingOLE
- IsEditingText
- Master
- MasterShortcut
- MergeCaption
- MergeClass
- MergeID
- MergePosition
- ObjectType
- Page
- PageTabWidth
- Parent
- ParentWindow
- PersistsEvents
- ReviewerMarkupVisible
- ScrollLock
- SelectedCell
- SelectedDataRecordset
- SelectedDataRowID
- SelectedMasters
- SelectedText
- SelectedValidationIssue
- Selection
- SelectionForDragCopy
- Shape
- ShowConnectPoints
- ShowGrid
- ShowGuides
- ShowPageBreaks
- ShowPageOutline
- ShowPageTabs
- ShowRulers
- ShowScrollBars
- Stat
- SubType
- Type
- ViewFit
- Visible
- WindowHandle32
- Windows
- WindowState
- Zoom
- ZoomBehavior
- ZoomLock
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。