menu

WinForms

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

    Show / Hide Table of Contents

    Class ContextPrompt.MeasuredInfo

    Measured information about context prompt.

    Inheritance
    System.Object
    ContextPrompt.MeasuredInfo
    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.Windows.Forms.Edit.Forms.Popup
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    protected class MeasuredInfo

    Constructors

    MeasuredInfo()

    Declaration
    public MeasuredInfo()

    Fields

    ArrowDown

    Rectangle occupied by Down Arrow.

    Declaration
    public Rectangle ArrowDown
    Field Value
    Type
    System.Drawing.Rectangle

    ArrowUp

    Rectangle occupied by Up Arrow.

    Declaration
    public Rectangle ArrowUp
    Field Value
    Type
    System.Drawing.Rectangle

    Description

    Rectangle occupied by description.

    Declaration
    public Rectangle Description
    Field Value
    Type
    System.Drawing.Rectangle

    Entire

    Rectangle occupied by entire prompt.

    Declaration
    public Rectangle Entire
    Field Value
    Type
    System.Drawing.Rectangle

    Index

    Rectangle occupied by text between arrows.

    Declaration
    public Rectangle Index
    Field Value
    Type
    System.Drawing.Rectangle

    Subject

    Rectangle occupied by subject.

    Declaration
    public Rectangle Subject
    Field Value
    Type
    System.Drawing.Rectangle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved