Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>Empty Control PromptTextThe prompt to appear when the control is empty""
<2>Drop Target PromptTextThe prompt to appear when the user is dropping items on the control"Drop items here"

...

The Prompts property is where you define the messages that will appear to the user in specific circumstances. The optional messages can be used to inform the user as to why the control is in the current state or to instruct the user on what to do next. There are two prompts available. The Empty Control Prompt appears when the tree control is completely empty. The Drop Target Prompt appears when the user drags items over the control and the DropBehavior property is set to "Control".

...