User's Guide > User Interface: Dialogs > Checkbutton > Checkbutton Operations
Checkbutton Operations
Functions Introduced
Use the function ProUICheckbuttonAnchorSet() to set the position of the checkbutton with respect to a given anchor location. This function is applicable only if the parent of the checkbutton is a drawing area. The input argument anchor determines which part of the component is being positioned.
Use the function ProUICheckbuttonSizeSet() to set the size of the checkbutton in pixels. 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 ProUICheckbuttonMinimumsizeGet()to retrieve the minimum size of the width and height of the check button in pixels. Use this function only if the parent is a drawing area.
Use the function ProUICheckbuttonPositionSet() to set the position to the checkbutton with respect to its parent. This operation is applicable only if the parent is a drawing area.
Use the function ProUICheckbuttonPositionGet() to get the position of the checkbutton with respect to its parent. This operation is applicable only if the parent is a drawing area.
Use the function ProUICheckbuttonSizeGet() to get the size of the checkbutton. This operation is applicable only if the parent is a drawing area.
도움이 되셨나요?