PrintDocument for WinForms
GetProp メソッド (IStyleOwner)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IStyleOwner インターフェース : GetProp メソッド
The property key (any of the Style.c_propXXX constants).
C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.
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).
シンタックス
'宣言
 
Function GetProp( _
   ByVal propKey As System.Integer, _
   ByVal context As IScriptContext _
) As System.Object
'使用法
 
Dim instance As IStyleOwner
Dim propKey As System.Integer
Dim context As IScriptContext
Dim value As System.Object
 
value = instance.GetProp(propKey, context)
System.object GetProp( 
   System.int propKey,
   IScriptContext context
)

パラメータ

propKey
The property key (any of the Style.c_propXXX constants).
context
C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.

戻り値の型

The property value.
参照

IStyleOwner インターフェース
IStyleOwner メンバ