Requires: Base Development System
Inherits from Generic»GObject»Control. View the class hierarchy.
Property | Description |
---|---|
Allow Dropping | If TRUE, the control automatically accepts paths dragged to it, including the LV_PATH data type from drag and drop events. The LV_PATH data type is of type path. If FALSE, LabVIEW does not automatically accept any drops, including from the operating system, at run time. LabVIEW returns error 1157 if you set this property on an indicator. Details |
Browse Button Rect | Returns the coordinates of the rectangle that encloses the browse button for the path control. Details |
Browse Button:Disabled | Specifies whether the browse button of a path control can be operated. Details |
Browse Button:Visible | Specifies if the path control browse button is visible. Details |
Browse Options | Set or get the file dialog box options. The options include prompt, mode, start path, and button text. Details |
Browse Options:Button Text | Specifies the label to display in the file dialog box for the accept or OK button. If you do not specify a label, the button text defaults to OK. Details |
Browse Options:Match Pattern | Set or get the match pattern string of the browse dialog box. Details |
Browse Options:Pattern Label | Label to display in the file dialog box next to the custom pattern. Use the Browse Options:Match Pattern property to set a custom pattern. Details |
Browse Options:Prompt | Set or get the prompt string of the browse dialog box. Details |
Browse Options:Selection Mode | Set or get the selection mode of the browse dialog box. Details |
Browse Options:Start Path | Set or get the start path of browse dialog box. Details |
Default Value | Gets or sets the default value of the path control. Details |
Path Text | Reference to the path text. Details |
Path Too Long To Fit | Specifies how to display a path that is too long to fit in the path control or indicator. LabVIEW applies the value of this property only if the scrollbar of the control or indicator is hidden. Details |
Scrollbar Visible | Displays a vertical scroll bar for a path object. Details |
Shows Abbreviated Behavior? | Returns whether the referenced path control or indicator is currently abbreviating the path. This property returns FALSE if the object is set to clip the path, if the scrollbar is visible, or if the path fits in the path object. Details |
Size | Width and height in pixels of the frame around the text area of the path control, not including the browse button. Details |
Size:Height | Height of the path control in pixels. Details |
Size:Width | Width of the path control in pixels. Details |
Value | Value of the path control. Details |
Value (Signaling) | Sets the value of the control and generates a Value Change event. Details |