Click or drag to resize
AceoffixLink Class
AceoffixLink is an important class. It is used to open an IE(Internet Explorer) window which can show the web page with Aceoffix control.
Inheritance Hierarchy
SystemObject
  AceoffixAceoffixLink

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public sealed class AceoffixLink

The AceoffixLink type exposes the following members.

Constructors
  NameDescription
Public methodAceoffixLink
Initializes a new instance of the AceoffixLink class
Top
Methods
  NameDescription
Public methodStatic memberOpenWindow
The static method. It is used to open an IE(Internet Explorer) window which can show the web page with Aceoffix control. This is a recommended solution which can perfectly solve the cross-browser compatibility problem. By this method, Aceoffix can perfectly support all the popular browsers, such as Internet Explorer, Edge, Chrome, Firefox, Opera, Safari (on windows) and etc..
Top
See Also