menu

WinForms

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

    Show / Hide Table of Contents

    Interface IStatusItem

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IStatusItem

    Properties

    Active

    Gets or sets a value indicating whether the component is shown in StatusStrip.

    Declaration
    bool Active { get; set; }
    Property Value
    Type
    System.Boolean

    EndOfGroup

    Gets or sets a value indicating whether the component is the last item in the group.

    Declaration
    bool EndOfGroup { get; set; }
    Property Value
    Type
    System.Boolean

    Text

    Gets the text that is to be displayed on the item.

    Declaration
    string Text { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved