COleControl::SetBorderStyle

void SetBorderStyle( short sBorderStyle );

Parameters

sBorderStyle

The new border style for the control; 0 indicates no border and 1 indicates a normal border.

Remarks

Call this function to set the stock BorderStyle property value of your control. The control window will then be re-created and OnBorderStyleChanged called.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::GetBorderStyle, COleControl::OnBorderStyleChanged