Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / SetPropertyValue Method
In This Topic
    SetPropertyValue Method
    In This Topic
    Sets a property name/value pair in the property store
    Syntax
    expression.SetPropertyValue( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    where expression is a variable that represents a Frame Object

    Parameters

    name
    value
    See Also