Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / GetTextAttr Enumeration
In This Topic
    GetTextAttr Enumeration
    In This Topic
    Describes the field types to return.
    Members
    MemberDescription
    AnyAll fields.
    HiddenHidden fields such as password.
    NoneNo fields.
    ProtectedRead-only fields.
    ProtectionMaskMask selecting only the 'Protection' attributes.
    UnprotectedRead/write fields.
    VisibilityMaskMask selecting only the 'Visibilty' attributes.
    VisibleVisible fields.
    See Also