Click or drag to resize

InfoWarningErrorMessageController Class

[Missing <summary> documentation for "T:Altaxo.Gui.Main.Services.InfoWarningErrorMessageController"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    Altaxo.Gui.Main.ServicesInfoWarningErrorMessageController

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class InfoWarningErrorMessageController : AbstractPadContent, 
	IMementoCapable

The InfoWarningErrorMessageController type exposes the following members.

Constructors
 NameDescription
Public methodInfoWarningErrorMessageControllerInitializes a new instance of the InfoWarningErrorMessageController class
Top
Properties
 NameDescription
Public propertyCategory
(Inherited from AbstractPadContent)
Public propertyCommandClearAllMessages 
Public propertyCommandReverseMessageOrder 
Public propertyContentId
(Inherited from AbstractPadContent)
Public propertyDefaultPosition
(Inherited from AbstractPadContent)
Public propertyIconSource
(Inherited from AbstractPadContent)
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(Inherited from AbstractPadContent)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent)
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent)
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent)
Public propertyMessageItems 
Public propertyModelObject
(Overrides AbstractPadContentModelObject)
Public propertyPadDescriptor
(Inherited from AbstractPadContent)
Public propertyShortcut
(Inherited from AbstractPadContent)
Public propertyTitle
(Inherited from AbstractPadContent)
Public propertyViewObject
(Overrides AbstractPadContentViewObject)
Top
Methods
 NameDescription
Public methodAskQuestion 
Protected methodAttachView 
Public methodBringToFront
(Inherited from AbstractPadContent)
Public methodChooseSaveError 
Public methodCreateMemento 
Protected methodDetachView 
Public methodDisposeReleases all resources used by the InfoWarningErrorMessageController
(Overrides AbstractPadContentDispose)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService
(Overrides AbstractPadContentGetService(Type))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInformSaveError 
Protected methodInitialize 
Public methodLoad 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged
(Inherited from AbstractPadContent)
Public methodSave 
Public methodSetMemento 
Public methodShowCustomDialog 
Public methodShowError 
Public methodShowErrorFormatted 
Public methodShowException 
Public methodShowHandledException 
Public methodShowInputBox 
Public methodShowMessage 
Public methodShowMessageFormatted 
Public methodShowWarning 
Public methodShowWarningFormatted 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteErrorLine(String, String) 
Public methodWriteErrorLine(String, String, Object) 
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from AbstractPadContent)
Top
Fields
 NameDescription
Protected field_category
(Inherited from AbstractPadContent)
Protected field_contentId
(Inherited from AbstractPadContent)
Protected field_iconSource
(Inherited from AbstractPadContent)
Protected field_isActive
(Inherited from AbstractPadContent)
Protected field_isSelected
(Inherited from AbstractPadContent)
Protected field_isVisible
(Inherited from AbstractPadContent)
Protected field_padDescriptor
(Inherited from AbstractPadContent)
Protected field_shortCut
(Inherited from AbstractPadContent)
Protected field_title
(Inherited from AbstractPadContent)
Top
See Also