Click or drag to resize

ModalMessage Constructor

Initializes a new instance of the ModalMessage class

Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public ModalMessage(
	ModalMessageMessageCategory cat,
	string detailCategory = null
)

Parameters

cat  ModalMessageMessageCategory

[Missing <param name="cat"/> documentation for "M:RAYLASE.Marker.GUI.Common.ModalMessage.#ctor(RAYLASE.Marker.GUI.Common.ModalMessage.MessageCategory,System.String)"]

detailCategory  String  (Optional)

[Missing <param name="detailCategory"/> documentation for "M:RAYLASE.Marker.GUI.Common.ModalMessage.#ctor(RAYLASE.Marker.GUI.Common.ModalMessage.MessageCategory,System.String)"]

See Also