Namespace:
C1.Win.C1PrintPreviewAssembly:
C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
C# |
---|
public void ChangeHyperlinkState(
C1Hyperlink hyperlink,
IDrawel drawel,
C1HyperlinkStateEnum state,
bool highlight
) |
Visual Basic (Declaration) |
---|
Public Sub ChangeHyperlinkState ( _
hyperlink As C1Hyperlink, _
drawel As IDrawel, _
state As C1HyperlinkStateEnum, _
highlight As Boolean _
) |
Parameters
- hyperlink
- Type: C1Hyperlink
- drawel
- Type: IDrawel
- state
- Type: C1HyperlinkStateEnum
- highlight
- Type: System..::.Boolean
See Also