GetProp Method (IStyleOwner)
In This Topic
Gets the value of a style property existing on the current object (does not attempt to resolve properties not explicitly defined on the current object).
Syntax
'Declaration
Function GetProp( _
ByVal As Integer, _
ByVal As IScriptContext _
) As Object
object GetProp(
int ,
IScriptContext
)
Parameters
- propKey
- The property key (any of the Style.c_propXXX constants).
- context
- C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.
Return Value
The property value.
See Also