AGI Graphics Analysis Control.
Application | Reference to the STK X application object. |
BackColor | The background color of the control. |
ControlMode | The Graphics control mode. |
NoLogo | If true, the splash logo is not shown. |
Picture | The splash logo graphic to be displayed in the control. |
PictureFromFile | Gets or sets the splash logo graphic file to be displayed in the control. |
VendorID | This property is deprecated. The identifier of the vendor. |
WinID | Window identifier (for Connect commands). |
KeyDown | Occurs when the user presses a key while the control has the focus. |
KeyPress | Occurs when the user presses and releases a key or key combination that corresponds to an ANSI code. |
KeyUp | Occurs when the user releases a key while the control has the focus. |
Click | Occurs when the user presses and then releases a mouse button over the control. |
DblClick | Occurs when the user presses and releases a mouse button and then presses and releases it again over the control. |
MouseDown | Occur when the user presses a mouse button. |
MouseMove | Occurs when the mouse pointer is moved across the control. |
MouseUp | Occurs when the user releases a mouse button. |
The Graphics Analysis control can be created as any regular ActiveX control.
GUID | {AB2193A6-A686-4BC6-9374-92E1D6AFC5CB} |
ProgID | STKX12.GfxAnalysisControl |
The STK Objects library is also available with STK X. You can instantiate the root object and from it navigate and manipulate the STK scenario. Please see STK Objects for more details.
Click here for instructions on adding STK X controls to a Visual Studio project.