ITextUneditableStyle

Provides a style that determines whether the text the style applies to is editable or not. TRUE means that the text is not editable. A style that determines whether the text it is applied to is editable or not (true means NOT editable).

Do not derive your own classes from this class.


ITextUneditableStyle - Member Functions and Data by Group

Constructors & Destructor

Use these constructors and destructors to create and destroy objects of class ITextUneditableStyle.


[view class]
~ITextUneditableStyle
public:
virtual ~ITextUneditableStyle()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ITextUneditableStyle


Overload 1
public:
ITextUneditableStyle()
The default constructor leaves the style in an undefined state! A default-constructed style must have its value filled in in some way before it is used for anything!

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
ITextUneditableStyle(const ITextUneditableStyle& other)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator =
public:
ITextUneditableStyle& operator =( const ITextUneditableStyle& other )

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Comparing Two ITextUneditableStyle Values for Equality or Inequality

Use these operators to compare the contents of two ITextUneditableStyle objects to determine if they are equal or not.


[view class]
operator !=
public:
bool operator !=(const ITextUneditableStyle& other) const

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator ==
public:
bool operator ==(const ITextUneditableStyle& other) const

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Getting and Setting the ITextUneditableStyle Value

Use these functions to determine if ITextUneditableStyle is set, to set it to uneditable, and to get its current setting, testing if it is set to uneditable.


[view class]
isUneditable
public:
bool isUneditable() const
Tests the value of ITextUneditable style to determine if it is set to uneditable.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ITextUneditableStyle
Tests to determine if ITextUneditableStyle is set.
public:
ITextUneditableStyle(bool isSet)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
setUneditable
public:
void setUneditable(bool value)
Sets the style to specify that the text is not editable.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ITextUneditableStyle - Inherited Member Functions and Data

Inherited Public Functions

ICharacterStyle
ITextStyle

Inherited Public Data

Inherited Protected Functions

ITextStyle
ITextUneditableStyle
ICharacterStyle

Inherited Protected Data