IASControl::put_Border

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

Syntax

HRESULT put_Border( VARIANT_BOOL fBorder );

Parameters

fBorder
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::get_Border