Skip to main content
All docs
V25.1
  • NestedShapeCollection.AddOleObjectAsIcon(String, String, DocumentImageSource, RectangleF) Method

    Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    NestedShape AddOleObjectAsIcon(
        string fileName,
        string progId,
        DocumentImageSource icon,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    fileName String

    A path to the file associated with the OLE object.

    progId String

    The file type. You can use constant fields of the OleObjectType class to set this value.

    icon DocumentImageSource

    An object used to load the icon for the OLE object.

    bounds RectangleF

    An object that defines the object’s size and location (relative to the top left corner of the parent object). The Document.Unit property specifies measurement units.

    Returns

    Type Description
    NestedShape

    The OLE object in the group or drawing canvas.

    See Also