Gets and sets the border style of the window. | |
Syntax: | GefFrameStyleEnum =
object.FrameStyle object.FrameStyle = GefFrameStyleEnum |
Description: | The FrameStyle property gets and sets the
border style of the window. Example: Sub GefScreen_FrameStyle() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen oCimScr.FrameStyle =
gefNoFrame CimGetScreen.Refresh False End Sub |