You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
4.4 KiB
139 lines
4.4 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML xmlns:MSHelp="http://msdn.microsoft.com/mshelp" DIR="LTR"><HEAD>
|
|
<meta name="GENERATOR" content="VBdocman .NET - documentation generator; http://www.vbdocman.com">
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=UTF-8">
|
|
<TITLE>frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode"/>
|
|
<MSHelp:RLTitle Title="frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_000000000000075C"/>
|
|
<MSHelp:Keyword Index="K" Term="frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle"/>
|
|
<MSHelp:Keyword Index="F" Term="frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragspartner.frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle"/>
|
|
<MSHelp:Attr Name="DevLang" Value="VB"/>
|
|
<MSHelp:Attr Name="DevLangVers" Value="kbLangVB"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Basic"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Studio"/>
|
|
<MSHelp:Attr Name="DocSet" Value="VSM"/>
|
|
<MSHelp:Attr Name="Product" Value="VB"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVBp700"/>
|
|
<MSHelp:Attr Name="Product" Value="VSA"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVSA"/>
|
|
<MSHelp:Attr Name="Technology" Value="ManagedCode"/>
|
|
<MSHelp:Attr Name="TechnologyVers" Value="kbManagedCode"/>
|
|
<MSHelp:Attr Name="TopicType" Value="kbSyntax"/>
|
|
<MSHelp:Attr Name="TargetOS" Value="Windows"/>
|
|
<MSHelp:Attr Name="Locale" Value="kbEnglish"/>
|
|
</xml>
|
|
<META name="rtfFileName" content="">
|
|
<META NAME="save" CONTENT="history">
|
|
<!--CSS_START-->
|
|
<SCRIPT SRC="MSHelp/scripts/dtuelink.js"></SCRIPT>
|
|
<!--CSS_END-->
|
|
<SCRIPT language="JavaScript">
|
|
function indent(level) {
|
|
for (i=1; i<=level; i++) {
|
|
document.write(" ");
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<body topmargin=0 id="bodyID" class = "dtBODY"><!--NONSCROLLING BANNER START-->
|
|
<div id="nsbanner">
|
|
<div id="bannerrow1">
|
|
<TABLE CLASS="bannerparthead" CELLSPACING=0>
|
|
<TR ID="hdr">
|
|
<TD CLASS="runninghead" nowrap>Vertragsverwaltung-Klassenbibliothek</TD>
|
|
<TD CLASS="product" nowrap> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<H1 class="dtH1"><A NAME="topic_000000000000075C"></A>frmVertragspartner.C1Kuendigungsfristen_FetchRowStyle -Methode</H1>
|
|
</div></div>
|
|
<!--NONSCROLLING BANNER END-->
|
|
|
|
<DIV id="nstext" valign="bottom"><!---->
|
|
|
|
<P>Rowstyle von inaktiven Personen</P>
|
|
|
|
|
|
|
|
|
|
<PRE class="syntax"><SPAN class="lang">[Visual Basic]
|
|
</SPAN><B>Private Sub C1Kuendigungsfristen_FetchRowStyle( _ <br> ByVal <i>sender</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>, _ <br> ByVal <i>e</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfC1WinC1TrueDBGridFetchRowStyleEventArgsClassTopic.htm">FetchRowStyleEventArgs</a> _ <br>) Handles _ <br> C1Kontakte.FetchRowStyle</B></PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Parameter</H4>
|
|
<dl>
|
|
<dt><i>sender</i></dt>
|
|
<dd></dd>
|
|
<dt><i>e</i></dt>
|
|
<dd></dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Quellcode</H4>
|
|
<pre class="code"><SPAN class="lang">[Visual Basic]</SPAN>
|
|
Private Sub C1Kuendigungsfristen_FetchRowStyle(ByVal sender As Object, ByVal e As C1.Win.C1TrueDBGrid.FetchRowStyleEventArgs) Handles C1Kontakte.FetchRowStyle <br> Try <br> If Me.C1Kontakte.Columns("aktiv").CellValue(e.Row) = False Then <br> Dim FNT As Font = e.CellStyle.Font <br> e.CellStyle.Font = New Font(FNT, FontStyle.Strikeout) <br> e.CellStyle.ForeColor = Color.Gray <br> End If <br> Catch <br> End Try <br> End Sub
|
|
</pre>
|
|
|
|
|
|
|
|
<H4 class="dtH4">Forderungen</H4>
|
|
<P><b class="le">Plattformen: </b>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</P>
|
|
|
|
|
|
<H4 class="dtH4">Siehe auch</H4>
|
|
<p>
|
|
<a href="topic_000000000000072F.html">frmVertragspartner</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|