Click or drag to resize

RayguideDialogServiceShowMessage Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowMessage(System.String,System.String)"]


Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public virtual void ShowMessage(
	string title,
	string message
)

Parameters

title  String

[Missing <param name="title"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowMessage(System.String,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowMessage(System.String,System.String)"]

See Also