BoxAttrs Type (Enumeration)

graph.h, wingraph.h

enum BoxAttrs {B_NORMAL = 0x10, B_ROUNDED = 0x20, B_DOUBLE = 0x40, B_CUT = 0x80};

An enumeration for describing addittional box attribute values.

For more info about box attributes, see the DrawClipRect command.