RichEditBehaviorOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Rich |
Initializes a new instance of the Rich |
#Properties
Name | Description |
---|---|
Copy | Gets or sets whether the Copy operation is permitted. |
Copy |
Gets whether the Copy operation is allowed. |
Create |
Gets or sets whether the Create New Document operation is permitted. |
Create |
Gets whether the Create New Document operation is allowed. |
Cut | Gets or sets whether the Cut operation is permitted. |
Cut |
Gets whether the Cut operation is allowed. |
Default |
Gets the maximum zoom factor that is set for the control, by default. |
Default |
Gets the minimum zoom factor that is set for the control, by default. |
Drag | Gets or sets whether the Drag operation is permitted. |
Drag |
Gets whether the Drag operation is allowed. |
Drop | Gets or sets whether the Drop operation has any effect. |
Drop |
Gets whether the Drop operation is allowed. |
Font |
Gets or sets the font setting used to specify the default font displayed in the Rich |
Fore |
Gets or sets the source of the color setting used to specify the forecolor of the font displayed in the Rich |
Max |
Gets or sets the upper limit of document zooming. |
Min |
Gets or sets the lower limit of document zooming. |
Office |
Not in effect for the Silverlight platform. |
Office |
Not in effect for the Silverlight platform. |
Open | Gets or sets whether the Open Document operation is permitted. |
Open |
Gets whether the Open Document operation is allowed. |
Overtype |
Specifies whether or not the overtype feature is allowed. |
Page |
Gets or sets whether a page break is inserted next to the specified position or in the new line. |
Paste | Gets or sets whether the Paste operation is permitted. |
Paste |
Gets whether the Paste operation is allowed. |
Paste |
Gets or sets the substitute character that is used to replace the line break in pasted HTML. |
Paste |
Gets or sets whether to paste as plain text a single cell copied to the clipboard. |
Printing | Gets or sets whether the printing operations are permitted. |
Printing |
Gets whether the Printing operations are allowed. |
Save | Gets or sets whether the Save Document operation is permitted. |
Save |
Gets whether the Save Document operation is allowed. |
Save |
Gets or sets whether the Save Document As.. operation is permitted. |
Save |
Gets whether the Save As... operation is allowed. |
Show |
Gets or sets whether the Rich |
Show |
Gets whether the context menus can be shown. |
Tab |
Gets or sets the character |
Touch | Gets or sets whether the touch device input is analyzed. |
Touch |
Gets whether the Touch operation is allowed. |
Use |
Gets or sets whether a font substitution is used to display characters if the current font is missing the corresponding symbols. |
Zooming | Gets or sets whether the Zoom operation is permitted. |
Zooming |
Gets whether Zoom operations are allowed. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the Rich |
See Also