Jump to content

ActiveXContainer class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide ActiveXContainer Properties Table</span>
{{VIServerClassTables|16}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ActiveXContainer Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|633A400
| [[ActiveXContainer class/ContBounds property|ContBounds]]
|Size of the container in terms of width and height in pixels.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633A402
| [[ActiveXContainer class/Height property|Height]]
|Height of the container control in pixels.
 
This property is an element of the Container Bounds property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633A401
| [[ActiveXContainer class/Width property|Width]]
|Width of the container control in pixels.
 
This property is an element of the Container Bounds property.
|R/W
|X
|- style="background-color:#D1BB80;"
|633A403
| [[ActiveXContainer class/ControlVerbs property|ControlVerbs]]
|
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide ActiveXContainer Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ ActiveXContainer Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|633A000
| [[ActiveXContainer class/ExecuteVerb method|ExecuteVerb]]
|
|X
|- style="background-color:#D1BB80;"
|633A001
| [[ActiveXContainer class/GetControlStream method|GetControlStream]]
|
|X
|- style="background-color:#D1BB80;"
|633A002
| [[ActiveXContainer class/LoadContFrmStream method|LoadContFrmStream]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 21:39, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ActiveXContainer class
Class ID 16
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The ActiveXContainer class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide ActiveXContainer Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ActiveXContainer Properties Table
Property ID Long Name (English) Description R/W RTE
633A400Container BoundsSize of the container in terms of width and height in pixels.Read/WriteYes
633A401Container Bounds:WidthWidth of the container control in pixels.Read/WriteYes
633A402Container Bounds:HeightHeight of the container control in pixels.Read/WriteYes
633A403Control VerbsRead OnlyYes

Methods

Show/Hide ActiveXContainer Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ActiveXContainer Methods Table
Method ID Long Name (English) Description RTE
633A000Execute Control VerbYes
633A001Get Control StreamYes
633A002Load Control From StreamYes

Events

This class has no events or it inherits events from its parent: Control Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also