Vertragsverwaltung-Klassenbibliothek  

frmVertragselement.C1Applikationen_FetchRowStyle -Methode

Rowstyle von inaktiven Applikationen

[Visual Basic]
Private Sub C1Applikationen_FetchRowStyle( _ 
ByVal sender As Object, _ 
ByVal e As FetchRowStyleEventArgs
) Handles _ 
C1Applikationen.FetchRowStyle

Parameter

sender
e

Quellcode

[Visual Basic]
    Private Sub C1Applikationen_FetchRowStyle(ByVal sender As Object, ByVal e As C1.Win.C1TrueDBGrid.FetchRowStyleEventArgs) Handles C1Applikationen.FetchRowStyle 
Try 
If Me.C1Applikationen.Columns("aktiv").CellValue(e.Row) = False Then 
Dim FNT As Font = e.CellStyle.Font 
e.CellStyle.Font = New Font(FNT, FontStyle.Strikeout) 
e.CellStyle.ForeColor = Color.Gray 
End If 
Catch 
End Try 
End Sub

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

frmVertragselement