ModelingWindowPane.ActiveInPlaceEditWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
May be set to provide an active in-place edit window Clipboard commands will be routed to this window.
public:
property System::Windows::Forms::IWin32Window ^ ActiveInPlaceEditWindow { System::Windows::Forms::IWin32Window ^ get(); void set(System::Windows::Forms::IWin32Window ^ value); };
public System.Windows.Forms.IWin32Window ActiveInPlaceEditWindow { get; set; }
member this.ActiveInPlaceEditWindow : System.Windows.Forms.IWin32Window with get, set
Public Property ActiveInPlaceEditWindow As IWin32Window