JAMS Developer Guide
GetDesignModeState Method (Dashboard)


MVPSI.JAMSWeb.Controls Namespace > Dashboard Class : GetDesignModeState Method
Syntax
'Declaration
 
<System.Security.Permissions.SecurityPermissionAttribute(Flags=SecurityPermissionFlag.NoFlags, 
   Assertion=False, 
   UnmanagedCode=False, 
   SkipVerification=False, 
   Execution=False, 
   ControlThread=False, 
   ControlEvidence=False, 
   ControlPolicy=False, 
   SerializationFormatter=False, 
   ControlDomainPolicy=False, 
   ControlPrincipal=False, 
   ControlAppDomain=False, 
   RemotingConfiguration=False, 
   Infrastructure=False, 
   BindingRedirects=False, 
   Action=SecurityAction.Demand, 
   Unrestricted=True)>
Protected Overridable Function GetDesignModeState() As System.Collections.IDictionary
'Usage
 
Dim instance As Dashboard
Dim value As System.Collections.IDictionary
 
value = instance.GetDesignModeState()
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.NoFlags, 
   Assertion=false, 
   UnmanagedCode=false, 
   SkipVerification=false, 
   Execution=false, 
   ControlThread=false, 
   ControlEvidence=false, 
   ControlPolicy=false, 
   SerializationFormatter=false, 
   ControlDomainPolicy=false, 
   ControlPrincipal=false, 
   ControlAppDomain=false, 
   RemotingConfiguration=false, 
   Infrastructure=false, 
   BindingRedirects=false, 
   Action=SecurityAction.Demand, 
   Unrestricted=true)]
protected virtual System.Collections.IDictionary GetDesignModeState()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Dashboard Class
Dashboard Members