Use the function
ProUIPushbuttonAnchorSet() to set the position of the pushbutton with respect to a given anchor location. This function is applicable only if the parent of the Pushbutton is a drawing area.
Use the function
ProUIPushbuttonSizeSet() to set the size of the pushbutton. This field is used only if the parent is a drawing area.
Use the function
ProUIPushbuttonPositionSet() to set the position to the pushbutton with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIPushbuttonPositionGet() to get the position to the pushbutton with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIPushbuttonSizeGet() to get the size of the pushbutton. This field is used only if the parent is a drawing area.