C1SuperLabel コンポーネントを使用して HTML コンテンツをレンダリングします。
シンタックス
'宣言
Protected Overrides Sub GetRenderContent( _
ByRef As System.String, _
ByRef As GrapeCity.Documents.Drawing.IImage, _
ByRef As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As SuperLabel
Dim value As System.String
Dim img As GrapeCity.Documents.Drawing.IImage
Dim disposeImage As System.Boolean
Dim designTime As System.Boolean
instance.GetRenderContent(value, img, disposeImage, designTime)
protected override void GetRenderContent(
ref System.string ,
ref GrapeCity.Documents.Drawing.IImage ,
ref System.bool ,
System.bool
)
パラメータ
- value
- フィールドのテキスト。
- img
- フィールドの画像。
- disposeImage
- 画像を使用後に廃棄することを示します。
- designTime
- 設計時であるか、実行時であるか。
参照