ESRI.ArcGIS.Mobile
CreateParams Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : CreateParams Property

Override of the CreateParams property for support of BorderStyle.

Syntax

Visual Basic (Declaration) 
<SecurityPermissionAttribute(Assertion=False, 
   UnmanagedCode=True, 
   SkipVerification=False, 
   Execution=False, 
   ControlThread=False, 
   ControlEvidence=False, 
   ControlPolicy=False, 
   SerializationFormatter=False, 
   ControlDomainPolicy=False, 
   ControlPrincipal=False, 
   ControlAppDomain=False, 
   RemotingConfiguration=False, 
   Infrastructure=False, 
   BindingRedirects=False, 
   Unrestricted=False)>
Protected Overrides ReadOnly Property CreateParams As CreateParams
C# 
[SecurityPermissionAttribute(Assertion=false, 
   UnmanagedCode=true, 
   SkipVerification=false, 
   Execution=false, 
   ControlThread=false, 
   ControlEvidence=false, 
   ControlPolicy=false, 
   SerializationFormatter=false, 
   ControlDomainPolicy=false, 
   ControlPrincipal=false, 
   ControlAppDomain=false, 
   RemotingConfiguration=false, 
   Infrastructure=false, 
   BindingRedirects=false, 
   Unrestricted=false)]
protected override CreateParams CreateParams {get;}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also