Splitter class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Splitter class |
Class ID | 76 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Splitter class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Splitter Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
7A90C800 | Is Vertical? | Indicates whether the splitter pane is vertical. This property is TRUE if the splitter pane is vertical and FALSE if it is horizontal. | Read Only | Yes |
7A90C801 | Splitter Position | Controls the position of the splitter. If the splitter is vertical, the position is the horizontal coordinate of the left of the splitter. If the splitter is horizontal, the position is the vertical coordinate of the top of the splitter. | Read/Write | Yes |
7A90C802 | Colors | Colors of the splitter bar in a (Foreground Color, Background Color) pair. | Read/Write | Yes |
7A90C803 | Colors:FG Color | Specifies the foreground color of the splitter bar. | Read/Write | Yes |
7A90C804 | Colors:BG Color | Specifies the background color of the splitter bar. | Read/Write | Yes |
7A90C805 | Splitter Position Locked | Locks the splitter bar so that it cannot be moved by the user. | Read/Write | Yes |
7A90C806 | Sizing | Determines the splitter bar behavior when you resize its owner. The owner of a splitter bar can be the window or another splitter bar. | Read/Write | Yes |
7A90C807 | Label | Reference to the label object. | Read Only | Yes |
Methods
This class has no methods or it inherits methods from its parent: GObject Class.
Events
Show/Hide Splitter Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Description | Type |
---|---|---|---|
1073741842 | Mouse Down | Generated when you click the mouse button on a splitter bar. | Notify |
2147483655 | Mouse Down? | Generated when you click the mouse button on a splitter bar. | Filter |
1073741839 | Mouse Enter | Generated when the cursor enters the bounds of the splitter bar. | Notify |
1073741838 | Mouse Leave | Generated when the cursor leaves the bounds of the splitter bar. | Notify |
1073741833 | Mouse Move | Generated when you move the mouse over a splitter bar. | Notify |
1073741832 | Mouse Up | Generated when you release the mouse button on a splitter bar. LabVIEW does not generate this event if a shortcut menu appears when you click the mouse button. | Notify |
1073741905 | Mouse Wheel | Generated when you scroll the mouse wheel over a splitter bar. | Notify |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |