RC-WinTrans Object Model Help |
Group.Restype
|
Type Info: |
Restype As String |
| Example: | Dim Group As Group Dim Restype As String Set Group = Application.ActiveGroup If Not(Group Is Nothing) Then Restype = Group.Restype End If |
| Remarks: | Read-only property.
|