Click or drag to resize

MultipleParameterItem Properties

The MultipleParameterItem type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Get the command.
(Inherited from ParameterItem.)
Public propertyCurrentParameterItem
We will make the current parameter item.
Public propertyDescription
Get or set the description of the parameter.
(Inherited from ParameterItem.)
Public propertyEnabled
Gets or sets a value indicating whether the parameter is valid.
(Inherited from ParameterItem.)
Public propertyGroup
Get command parameter group.
(Inherited from ParameterItem.)
Public propertyID
Get the ID of the parameter.
(Inherited from ParameterItem.)
Public propertyIndex
Get the index number in the collection of parameter items.
(Inherited from ParameterItem.)
Public propertyIsEmpty
Get a value indicating whether the parameter is empty.
(Inherited from ParameterItem.)
Public propertyIsOptional
Gets or sets a value indicating whether the parameter is optional.
(Inherited from ParameterItem.)
Public propertyName
Get or set the name of the parameter.
(Inherited from ParameterItem.)
Public propertyParameterType
Get the type of the parameter.
(Inherited from ParameterItem.)
Public propertyParameterTypeFlags
Gets or sets the type of parameter that can be specified.
Public propertyValueSaveMode
Gets or sets the method of saving the parameter value.
(Inherited from ParameterItem.)
Public propertyValueText
Get or set the parameter value as a string.
(Inherited from ParameterItem.)
Top
See Also