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.
ITSM/.svn/pristine/b3/b3130a22db55d9522c85398ff07...

137 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>MySecurity.Set_Form_Security -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="MySecurity.Set_Form_Security -Methode"/>
<MSHelp:RLTitle Title="MySecurity.Set_Form_Security -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_0000000000000E8C"/>
<MSHelp:Keyword Index="K" Term="MySecurity.Set_Form_Security -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.TKB.VV.Utils.MySecurity.Set_Form_Security -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.TKB.VV.Utils.MySecurity.Set_Form_Security"/>
<MSHelp:Keyword Index="F" Term="MySecurity.Set_Form_Security"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.TKB.VV.Utils.MySecurity.MySecurity.Set_Form_Security"/>
<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("&nbsp;&nbsp;&nbsp;");
}
}
</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>&nbsp;</TD>
</TR>
</TABLE>
</div>
<div id="TitleRow">
<H1 class="dtH1"><A NAME="topic_0000000000000E8C"></A>MySecurity.Set_Form_Security -Methode</H1>
</div></div>
<!--NONSCROLLING BANNER END-->
<DIV id="nstext" valign="bottom"><!---->
<P>Formularsecurity setzen</P>
<PRE class="syntax"><SPAN class="lang">[Visual&nbsp;Basic]
</SPAN><B>Public Function Set_Form_Security( _&nbsp;<br> ByRef <i>f</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemWindowsFormsFormClassTopic.htm">Form</a> _&nbsp;<br>) As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a></B></PRE>
<H4 class="dtH4">Parameter</H4>
<dl>
<dt><i>f</i></dt>
<dd>Aktuelles Formular</dd>
</dl>
<H4 class="dtH4">Quellcode</H4>
<pre class="code"><SPAN class="lang">[Visual&nbsp;Basic]</SPAN>
Public Function Set_Form_Security(ByRef f As Form)&nbsp;<br> IntForm = f&nbsp;<br> formname = f.Name&nbsp;<br> 'Load form DB&nbsp;<br> Load_Data(f.Name)&nbsp;<br> 'Load FormObjects&nbsp;<br> Me.ctlcol.Clear()&nbsp;<br> formname = f.Name&nbsp;<br> For Each ctl As Control In f.Controls&nbsp;<br> Objectanalysis(ctl)&nbsp;<br> ' AddHandler ctl.HelpRequested, AddressOf Object_MouseDown&nbsp;<br> 'ctl.ContextMenuStrip = Globals.TTContextMenuStrip&nbsp;<br> 'AddHandler ctl.KeyDown, AddressOf Object_MouseDown&nbsp;<br> Next&nbsp;<br> Set_Security()&nbsp;<br> If Globals.Set_ToolTips = True Then&nbsp;<br> tt.Edit_Tooltips(f, ctlcol)&nbsp;<br> Else&nbsp;<br> tt.Set_ToolTips(f)&nbsp;<br> End If&nbsp;<br> End Function
</pre>
<H4 class="dtH4">Forderungen</H4>
<P><b class="le">Plattformen:&nbsp;</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_0000000000000E84.html">MySecurity</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>