Name | Description | |
---|---|---|
NStringPropertyEditor Constructor | Default constructor. |
The following tables list the members exposed by NStringPropertyEditor.
Name | Description | |
---|---|---|
NStringPropertyEditor Constructor | Default constructor. |
Name | Description | |
---|---|---|
ComboBoxTemplate | An editor template for a string property editor, which is displayed as a drop down (editable) combo box. | |
NStringPropertyEditorSchema | Schema associated with NStringPropertyEditor. | |
OptionsProperty | ||
PasswordTemplate | An editor template for a string property editor, which is displayed as a password text box. | |
StyleProperty | Reference to the Style property. | |
TextBoxMultilineTemplate | An editor template for a string property editor, which is displayed as a multiline text box. | |
TextBoxNoLabelTemplate | An editor template for a string property editor, which is displayed as a text box and does not show the property name label (i.e. only the text box is shown). | |
TextBoxTemplate | An editor template for a string property editor, which is displayed as a text box (the default). |
Name | Description | |
---|---|---|
Options | Gets or sets the Options that are added to the combo box, when Style is set to ComboBox. | |
Style | Gets or sets the value of the Style property. |
Name | Description | |
---|---|---|
CreateValueControl | Overridden. Overriden to create an abstract text box | |
OnTextBoxTextChanged | Called when the text of the editor text box has changed. | |
OnUpdateFromEditedNode | Overridden. Updates the editor from the edited node. |