BCEdmItemsUICommandStatus Method |
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public ItemCommandFlags CommandStatus(
int index
)
Public Function CommandStatus (
index As Integer
) As ItemCommandFlags
Parameters
- index
- Type: SystemInt32
The zero-based index of the command of which to return the state.
Return Value
Type:
ItemCommandFlagsA bitmask that is a combination of bit flags from
ItemCommandFlags.
See Also