|
GLG Toolkit, C# Class Library
Version 4.6
|
Properties | |
| String | DrawingFile [get, set] |
| Filename of the GLG drawing to be displayed. More... | |
| GlgObject | DrawingObject [get, set] |
| Object ID of a GLG drawing to be displayed. More... | |
| String | DrawingURL [get, set] |
| URL of the GLG drawing to be displayed. More... | |
| bool | SelectEnabled [get, set] |
| Enables or disables the control's Select callback and Select event; is set to false by default. More... | |
| bool | TraceEnabled [get, set] |
| Enables or disables the control's Trace callback and Trace event; is set to false by default. More... | |
| bool | Trace2Enabled [get, set] |
| Enables or disables the control's Trace2 callback and Trace2 event; is set to false by default. More... | |
| bool | HierarchyEnabled [get, set] |
| Enables or disables the control's Hierarchy callback and Hierarchy event; is set to false by default. More... | |
|
getset |
Filename of the GLG drawing to be displayed.
If GLG event listeners added via AddListener are used instead of the control's C# event handlers, the property should be set in the application code after adding the listeners, as opposed to setting the property using the control's properties in the VisualStudio designer.
|
getset |
Object ID of a GLG drawing to be displayed.
|
getset |
URL of the GLG drawing to be displayed.
If GLG event listeners added via AddListener are used instead of the control's C# event handlers, the property should be set in the application code after adding the listeners, as opposed to setting the property using the control's properties in the VisualStudio designer mode.
|
getset |
Enables or disables the control's Hierarchy callback and Hierarchy event; is set to false by default.
To increase performance when the Hierarchy callback and event are not used, se HierarchyEnabled to false before loading the component's drawing.
|
getset |
Enables or disables the control's Select callback and Select event; is set to false by default.
To activate Select event and callback, set SelectEnabled to true before loading the control's drawing.
|
getset |
Enables or disables the control's Trace2 callback and Trace2 event; is set to false by default.
To activate Trace2 event and callback, set Trace2Enabled to true before loading the control's drawing.
|
getset |
Enables or disables the control's
Trace callback and Trace event; is set to false by default.
To activate Trace event and callback, set TraceEnabled to true before loading the control's drawing.