GLG Toolkit, C# Class Library  Version 4.6
9. GlgControl

GlgControl is a .NET-based custom control component that integrates GLG drawings into the .NET and Visual Studio environment. More...

Detailed Description

GlgControl is a .NET-based custom control component that integrates GLG drawings into the .NET and Visual Studio environment.

It is a .NET encapsulation of a GLG viewport object that loads, displays and animates a GLG drawing. It inherits most of its API from the viewport object and adds methods inherited from its .Net Control superclass. Methods of the control and methods of its viewport may be used interchangeably.

GlgControl implements all GLG listener interfaces and is used as a default listener for all GLG events. The control's listener interface methods may be overridden by the control's subclasses.

The control implements a subset of the GlgObject's API, with the control methods grouped by the API type (Standard, Intermediate and Extended), as well as methods specific to the control.

The GlgControl link provides a flat list of all GlgControl's API methods, event handlers and properties.

Modules

 Properties
 
 Events
 
 Listeners and Callbacks
 
 Control Methods
 
 Standard API Methods
 
 Intermediate API Methods
 
 Extended API Methods
 

Classes

class  GlgControl
 A .NET-based custom control component that integrates GLG drawings into the .NET and Visual Studio environment. More...