Share via


ModelingWindowPane.ActiveInPlaceEditWindow Property

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

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

Syntax

'Declaration
Public Property ActiveInPlaceEditWindow As IWin32Window
'Usage
Dim instance As ModelingWindowPane 
Dim value As IWin32Window 

value = instance.ActiveInPlaceEditWindow

instance.ActiveInPlaceEditWindow = value
public IWin32Window ActiveInPlaceEditWindow { get; set; }
public:
property IWin32Window^ ActiveInPlaceEditWindow {
    IWin32Window^ get ();
    void set (IWin32Window^ value);
}
public function get ActiveInPlaceEditWindow () : IWin32Window 
public 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

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace