WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PermissionHelper

    Show / Hide Table of Contents

    Class PermissionHelper

    Permission Helper class to check permission in XBAP partial supported environment.

    Inheritance
    System.Object
    PermissionHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class PermissionHelper

    Constructors

    PermissionHelper()

    Declaration
    public PermissionHelper()

    Properties

    HasUnmanagedCodePermission

    Gets a value indicating whether this instance has unmanaged code permission.

    Declaration
    public static bool HasUnmanagedCodePermission { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has unmanaged code permission; otherwise, false.

    Methods

    GetSafePointToScreen(Visual, Point)

    Gets the safe point to screen.

    Declaration
    public static Point GetSafePointToScreen(Visual visual, Point point)
    Parameters
    Type Name Description
    System.Windows.Media.Visual visual

    The visual.

    System.Windows.Point point

    The point.

    Returns
    Type Description
    System.Windows.Point

    Point from point to screen method.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved