WiseMo Guest Component API
|
C++ More...
import"WGuest.idl";
Public Types | |
enum | FontEffect_t { FontEffect_Italic = 1, FontEffect_StrikeOut = 2 } |
Properties | |
LONG | Height [get, set] |
LONG | Weight [get, set] |
LONG | CharSet [get, set] |
LONG | Effects [get, set] |
VARIANT_BOOL | Underline [get, set] |
LONG | FgColor [get, set] |
LONG | BgColor [get, set] |
BSTR | Name [get, set] |
C++
Chat font interface.
enum FontEffect_t |
|
getset |
Font background color.
|
getset |
Font character set.
|
getset |
Font effects.
The bitwise OR of the FontEffect_t constants.
|
getset |
Font foreground color.
|
getset |
Font height.
|
getset |
Font name property.
|
getset |
Font underline.
|
getset |
Font weight.