GuiGetStyle method

int GuiGetStyle(
  1. int control,
  2. int property
)

Implementation

int GuiGetStyle(int control, int property) {
  return _GuiGetStyle(control, property);
}