Doc-O-Matic Live Demo / XmlNotepad Namespace / Classes / UriBuilder / UriBuilder Methods (XmlNotepad) / UriBuilder.EditValue
UriBuilder.EditValue
Close
domv10-banner-200
UriBuilder.EditValue Method

Namespace: XmlNotepad

This method launches a custom builder (e.g. color picker, etc) with an initial value and produces a resulting value.

C++
C#
Visual Basic
IDL
JavaScript
bool EditValue(IWin32Window owner, XmlSchemaType type, string input, out string output);
Parameters
Description
IWin32Window owner
The parent window that is calling us
XmlSchemaType type
The type associated with the value being edited
string input
The current value being edited
out string output
The result of the builder

Returns false if the user cancelled the operation

Copyright © 2020. All rights reserved.