VisioForge (c) 2025

Search Results for

    Class WindowsMessageBoxManager

    MessageBox manager.

    Inheritance
    object
    WindowsMessageBoxManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core
    Assembly: VisioForge.Core.dll
    Syntax
    public class WindowsMessageBoxManager

    Fields

    Abort

    Abort text.

    Declaration
    public static string Abort
    Field Value
    Type Description
    string

    Cancel

    Cancel text.

    Declaration
    public static string Cancel
    Field Value
    Type Description
    string

    Ignore

    Ignore text.

    Declaration
    public static string Ignore
    Field Value
    Type Description
    string

    No

    No text.

    Declaration
    public static string No
    Field Value
    Type Description
    string

    OK

    OK text.

    Declaration
    public static string OK
    Field Value
    Type Description
    string

    Retry

    Retry text.

    Declaration
    public static string Retry
    Field Value
    Type Description
    string

    Yes

    Yes text.

    Declaration
    public static string Yes
    Field Value
    Type Description
    string

    Methods

    Register()

    Enables MessageBoxManager functionality.

    Declaration
    public static void Register()
    Remarks

    MessageBoxManager functionality is enabled on current thread only. Each thread that needs MessageBoxManager functionality has to call this method.

    Unregister()

    Disables MessageBoxManager functionality.

    Declaration
    public static void Unregister()
    Remarks

    Disables MessageBoxManager functionality on current thread only.