SmartTagAction.ActiveXControl 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.
Returns an Object that represents an ActiveX control displayed in the Document Actions task pane.
public:
property System::Object ^ ActiveXControl { System::Object ^ get(); };
public object ActiveXControl { get; }
Public ReadOnly Property ActiveXControl As Object