Skip to main content
A newer version of this page is available. .
Tab

SettingsLoadingPanel Members

Provides settings that affect a loading panel’s availability and content.

Constructors

Name Description
SettingsLoadingPanel(IPropertiesOwner) Initializes a new instance of the SettingsLoadingPanel class with the specified owner.

Fields

Name Description
DefaultDelay

Holds the default loading panel delay, in milliseconds.

Default value: 300 ms

Properties

Name Description
Delay Gets or sets the delay before displaying the loading panel.
Enabled Gets or sets a value that specifies whether a loading panel is displayed while waiting for a callback response.
ImagePosition Gets or sets the position of an image displayed within a loading panel with respect to the panel’s text content.
ShowImage Gets or sets a value that specifies whether an image defined via the ImagesBase.LoadingPanel property is displayed within a loading panel.
Text Gets or sets the text to be displayed within a specific loading panel invoked while waiting for a callback response.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also