GefGroupFormat (object)

Represents the attributes of a group object.
Description: The GefGroupFormat object represents the attributes of a group object.

Example:

Sub GefObject_GroupFormat()
    
    Dim oCimObj As GefObject
    Dim oCimGrp As GefObject
    Dim oCimGrpFmt As GefGroupFormat
    
    Set oCimObj = CimGetObject
    Set oCimGrp = oCimObj.Group
    If Not oCimGrp Is Nothing Then
        Set oCimGrpFmt = oCimGrp.GroupFormat
        If Not oCimGrpFmt Is Nothing Then
            oCimGrpFmt.OverrideFill = gefStateTrue
        End If
    End If
    CimGetScreen.Refresh False
    
End Sub
Properties: Application , OverrideFill , OverrideLine , Parent
Methods: