This nested class defines the data type used for styles of the IControl class. The available styles are defined as static data members in IControl. Objects of this Style class represent characteristics of an IControl object that you can specify when you construct it.
This class exists for compatibility with prior versions of Open Class Library. Use the styles associated with IWindow for the functionality formerly found in this class.
AIX ignores the styles group and tabStop. The library uses the default Motif tab group behavior instead to maintain the Motif look-and-feel. For portable code, use IGroupBox instead.
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)