IASControl::GetCommonBoolProperties
This method returns the common Boolean properties.
Syntax
HRESULT GetCommonBoolProperties( short *pwProps );
Parameters
- pwProps
- Pointer to a short integer that contains one or more of the following flags, which indicate the status of the control’s Boolean properties:
- ASFC_CTRL_VISIBLE
- Control is visible.
- ASFC_CTRL_ENABLE
- Control is enabled.
- ASFC_CTRL_OPAQUE
- Control is opaque.
- ASFC_CTRL_BORDER
- Control has a border.
- ASFC_CTRL_DEFERDRAW
- Control defers drawing until the deferdraw bit is cleared.
- ASFC_CTRL_HASUI
- Control has a user interface.
- ASFC_CTRL_TABSTOP
- Control is a tabstop.
- ASFC_CTRL_SPEECHENABLED
- Control is speech enabled.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASControl::PutCommonBoolProperties