menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SystemInformationExt - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SystemInformationExt

    This class will provide more information that the .Net equivalent ignored.

    Inheritance
    System.Object
    SystemInformationExt
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Runtime.InteropServices
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SystemInformationExt

    Constructors

    SystemInformationExt()

    Declaration
    public SystemInformationExt()

    Properties

    IsDevStudio

    Indicates whether the component is used inside developer studio.

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

    IsDotNetApp

    Indicates whether the current application is a .Net application.

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

    True if .Net; false otherwise.

    Remarks

    By default, this method will automatically determine whether or not the current active app is a .Net app or a native app. However, to speed up performance (by a fraction of a second), you can set this value appropriately at the beginning of your app. Note that an incorrect setting would cause unforeseen behavior.

    KeyboardCuesAlwaysOn

    Indicates whether menu access keys are always underlined.

    Declaration
    public static bool KeyboardCuesAlwaysOn { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved