Represents the attributes of a frame container. | |
Description: | The GefFrameContainerFormat object
represents the attributes of a frame container. See the
GefFrameFormat object for the attributes of a frame
object. Example: Sub GefFrameContainerFormat_CurrentFrame() Dim oCimObj As GefObject Dim oCimFrmContFmt As
GefFrameContainerFormat Dim oCimCurFrm As Object Set oCimObj = CimGetObject Set oCimFrmContFmt =
oCimObj.FrameContainerFormat If Not oCimFrmContFmt Is Nothing
Then Set
oCimCurFrm = oCimFrmContFmt.CurrentFrame If Not
oCimCurFrm Is Nothing Then MsgBox
"The current frame is " & oCimCurFrm.Name End
If End If End Sub |
Properties: | Application , CurrentFrame , Parent |
Methods: |