alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class UtilFuncs

    Provides utility functions for manipulating window visibility and positioning.

    Inheritance
    System.Object
    UtilFuncs
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class UtilFuncs

    Constructors

    UtilFuncs()

    Declaration
    public UtilFuncs()

    Methods

    SetVisibleNoActivate(Control, Boolean)

    Sets the visibility of a control without activating it.

    Declaration
    public static void SetVisibleNoActivate(Control control, bool visible)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control

    The control to show or hide.

    System.Boolean visible

    true to show the control; false to hide it.

    ShowWindowTopMost(IntPtr, Point, Size)

    Displays the specified window as topmost without activating it.

    Declaration
    public static void ShowWindowTopMost(IntPtr handle, Point location, Size size)
    Parameters
    Type Name Description
    System.IntPtr handle

    The handle of the window to show.

    System.Drawing.Point location

    The location where the window should appear.

    System.Drawing.Size size

    The size of the window.

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