RayguideWrapperModalMessageCallback Property |
The callback function when a message is to be displayed as a modal dialog. The function has the message as the parameter.
Namespace: RAYLASE.Marker.GUI.WrapperAssembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntaxpublic Action<string> ModalMessageCallback { get; set; }Property Value
ActionString
See Also