OnStatusBarEventArgs Class

Definition

Represents the event arguments for the OnStatusBar event.

public ref class OnStatusBarEventArgs sealed : EventArgs
public sealed class OnStatusBarEventArgs : EventArgs
type OnStatusBarEventArgs = class
    inherit EventArgs
Public NotInheritable Class OnStatusBarEventArgs
Inherits EventArgs
Inheritance
OnStatusBarEventArgs

Constructors

OnStatusBarEventArgs()

Initializes a new instance of the OnStatusBarEventArgs class.

Properties

StatusBar

Gets a Boolean value that specifies whether the status bar is displayed or not.

Applies to