This nested class defines the data type used for styles of the IEntryField class. The available styles are defined as static data members in IEntryField. Objects of this Style class represent characteristics of an IEntryField object that you can specify when you construct it.
The centerAlign and rightAlign styles are not supported. The alignment is always leftAlign.
The dbcsData, sbcsData, and mixedData styles are not supported.
IBitFlag bitwiseAnd(const IBitFlag& rhs) const
IBitFlag bitwiseOr(const IBitFlag& rhs) const
bool comparisonAnd(const IBitFlag& rhs) const
IBitFlag()
IBitFlag(const IBitFlag& bitFlag)
IBitFlag( unsigned long count, const unsigned long bitIndex [ ] )
IBitFlag negate() const
IBitFlag& setValue(const IBitFlag& bitFlag)