User's Guide > User Interface: Dialogs > Optionmenu > Optionmenu Operations
Optionmenu Operations
Functions Introduced
Use the function ProUIOptionmenuAnchorSet() to the position of the option menu with respect to a given anchor location. This function is applicable only if the parent of the option menu is a drawing area.
Use the function ProUIOptionmenuSizeSet() to set the size of the optionmenu. This field is used 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 ProUIOptionmenuMinimumsizeGet() to retrieve the minimum size of the width and height of the option menu in pixels. Use this function only if the parent is a drawing area.
Use the function ProUIOptionmenuPositionSet() to set the position to the optionmenu with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUIOptionmenuPositionGet() to get the position of the optionmenu with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUIOptionmenuSizeGet() to get the size of the optionmenu. This field is used only if the parent is a drawing area.
도움이 되셨나요?