Click or drag to resize

InputDialog Properties

The InputDialog type exposes the following members.

Properties
  NameDescription
Public propertyBindingContext
Gets or sets the collection of currency managers for the InputDialog.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContent
Gets or sets the dialog's primary content.
Public propertyDataBindings
Gets the collection of data-binding objects for this InputDialog.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyInput
Gets or sets the text specified by the user.
Public propertyMainInstruction
Gets or sets the dialog's main instruction.
Public propertyMaxLength
Gets or sets the maximum number of characters that can be entered into the input field of the dialog.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyUsePasswordMasking
Gets or sets a value that indicates whether the input will be masked using the system password character.
Public propertyWindowTitle
Gets or sets the window title of the dialog.
Top
See Also