Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.