yucad3d

CadCboxCreate

Creates a yucad-owned combo-box control (layer / colour / linetype selector) inside a host panel.

void* CadCboxCreate ( std::int32_t CbType, void* hwParent, std::int32_t Left, std::int32_t Top, std::int32_t Width, std::int32_t Height, std::int32_t Hdown );

Parameters

CbType (std::int32_t)
Integer value.
hwParent (void*)
Caller-supplied output pointer.
Left (std::int32_t)
Integer value.
Top (std::int32_t)
Integer value.
Width (std::int32_t)
Width in world units.
Height (std::int32_t)
Height in world units.
Hdown (std::int32_t)
Integer value.

Return Value

See description.

See Also