IASControl::get_Border

This method indicates whether or not the control has a border.

Syntax

HRESULT get_Border( VARIANT_BOOL *pfBorder );

Parameters

pfBorder
Pointer to a Boolean that is set to TRUE if the control has a border, or to FALSE if it does not.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::put_Border