ModelingWindowPane.ActiveInPlaceEditWindow Property

Gets and sets the active window for in-place editing.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Property ActiveInPlaceEditWindow As IWin32Window
public IWin32Window ActiveInPlaceEditWindow { get; set; }
public:
property IWin32Window^ ActiveInPlaceEditWindow {
    IWin32Window^ get ();
    void set (IWin32Window^ value);
}
member ActiveInPlaceEditWindow : IWin32Window with get, set
function get ActiveInPlaceEditWindow () : IWin32Window 
function set ActiveInPlaceEditWindow (value : IWin32Window)

Property Value

Type: System.Windows.Forms.IWin32Window
The active window for in-place editing.

Remarks

Clipboard commands are routed to the active window for in-place editing. Rerouting may cause the status of some commands to change. Therefore, this property updates that status information only.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

Microsoft.VisualStudio.Modeling.Shell Namespace