User's Guide > User Interface: Dialogs > Input_Panel > Input Panel Operations
Input Panel Operations
Functions Introduced
Use the function ProUIInputpanelAnchorSet() to set the position of the input panel with respect to a given anchor location. This function is applicable only if the parent of the input panel is a drawing area.
Use the function ProUIInputpanelSizeGet() to get the size of the input panel. This operation is applicable only if the parent is a drawing area.
Use the function ProUIInputpanelSizeSet() to set the size of the input panel. This operation is applicable only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments width or height.
Use the function ProUIInputpanelMinimumsizeGet() to retrieve the minimum size of the width and height of the input panel in pixels. Use this function only if the parent is a drawing area.
Use the function ProUIInputpanelPositionGet() to get the position of the input panel with respect to its parent. This operation is applicable only if the parent is a drawing area.
Use the function ProUIInputpanelPositionSet() to set the position to the input panel with respect to its parent. This operation is applicable only if the parent is a drawing area.
Was this helpful?