Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
IRichEditOle (Interfaces)
.
Summary
The
IRichEditOle interface specifies an interface used by the client of a rich text edit control to carry out OLE-related operations.
C# Definition:
[ComImport]
[Guid("00020D00-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IRichEditOle {
void GetClientSite(out IOleClientSite lplpolesite);
[PreserveSig]
int GetObjectCount();
[PreserveSig]
int GetLinkCount();
void GetObject(int iob, ref REOBJECT lpreobject, [MarshalAs(UnmanagedType.U4)] GetObjectOptions flags);
void InsertObject(REOBJECT lpreobject);
void ConvertObject(int iob, Guid rclsidNew, string lpstrUserTypeNew);
void ActivateAs(Guid rclsid, Guid rclsidAs);
void SetHostNames(string lpstrContainerApp, string lpstrContainerObj);
void SetLinkAvailable(int iob, bool fAvailable);
void SetDvaspect(int iob, uint dvaspect);
void HandsOffStorage(int iob);
void SaveCompleted(int iob, IStorage lpstg);
void InPlaceDeactivate();
void ContextSensitiveHelp(bool fEnterMode);
void GetClipboardData(ref CHARRANGE lpchrg, [MarshalAs(UnmanagedType.U4)] GetClipboardDataFlags reco, out IDataObject lplpdataobj);
void ImportDataObject(IDataObject lpdataobj, int cf, IntPtr hMetaPict);
}
VB Definition:
<ComImport> _
<Guid("TODO")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Interface IRichEditOle
TODO
End Interface
User-Defined Types:
Structures:
CHARRANGE
REOBJECT
Enumerations:
GetObjectOptions
GetClipboardDataFlags
Notes:
None.
Documentation
The IRichEditOle interface specifies an interface used by the client of a rich text edit control to carry out OLE-related operations.
1/1/2008 5:42:52 AM - -62.150.153.82
The CHARRANGE structure specifies a range of characters in a rich edit control
3/16/2007 8:15:12 AM - -217.86.67.14
The REOBJECT structure contains information about an OLE object.
6/24/2009 3:04:13 PM - 65.54.188.149
Flags to specify which interfaces should be returned by Interfaces.IRichEditOle.GetObject()
3/16/2007 7:42:09 AM - -217.86.67.14
The clipboard operation flag required by Interfaces.IRichEditOle.GetClipboardData()
3/16/2007 7:42:08 AM - anonymous
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.