GraffitiModalContainer

Previews #

See GraffitiModal

About #

Container embedded in GraffitiModalInstance, which is in turn added to the parent DesktopWindow of a GraffitiModal class instance.

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
Actiondata as DictionaryNoneThis event is used internally and should not be implemented by users.
EnterKeyPressedNoneNoneRaised when the user has pressed the Enter or Return keys.
EscapeKeyPressedNoneNoneRaised when the user has pressed the Escape key.
KeyPressedkey as StringNoneRaised when the user has pressed any key on the keyboard that is not Enter, Return, or Escape and the Container has focus.
ShownNoneNoneRaised when the container has become visible, after animation has been completed.

Methods #

NameParametersReturn TypeDescription
Actiondata as DictionaryNonePasses data up the chain to the controlling GraffitiModal instance. Typically used for saving data to a database and hiding the modal.

Properties #

This class exposes no properties.