OLEFormat.ClassType Property

Definition

Returns or sets the class type for the specified OLE object, picture, or field.

public:
 property System::String ^ ClassType { System::String ^ get(); void set(System::String ^ value); };
public string ClassType { get; set; }
member this.ClassType : string with get, set
Public Property ClassType As String

Property Value

Remarks

This property is read-only for linked objects other than DDE links.

You can see a list of the available applications in the Object type box on the Create New tab in the Object dialog box (Insert menu). You can find the ClassType string by inserting an object as an inline shape and then viewing the field codes. The class type of the object follows either the word "EMBED" or the word "LINK."

Applies to