ASPxRichEditBehaviorSettings Members
In This Article
#Constructors
Name | Description |
---|---|
ASPx |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
Accepts |
Gets or sets a value indicating whether pressing the TAB key types a TAB character instead of moving focus to the next control in the tab order. |
Copy | Specifies whether or not the Copy operation is permitted. |
Create |
Specifies whether or not the Create New Document operation is permitted. |
Cut | Specifies whether or not the Cut operation is permitted. |
Default |
Indicates the maximum default zoom factor.
Inherited from Rich |
Default |
Indicates the minimum default zoom factor.
Inherited from Rich |
Download | Specifies whether or not the Download operation is permitted. |
Drag | Specifies whether or not the Drag operation is permitted. |
Drop | Specifies whether or not the Drop operation is permitted. |
Full |
Specifies whether or not the Full Screen operation is permitted. |
Open | Specifies whether or not the Open Document operation is permitted. |
Page |
Gets or sets whether a page break is inserted next to the specified position or in the new line. |
Paste | Specifies whether or not the Paste operation is permitted. |
Printing | Specifies whether or not the printing operations are permitted. |
Raise |
Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API. |
Save | Specifies whether or not the Save Document operation is permitted. |
Save |
Specifies whether or not the Save Document As… operation is permitted. |
Tab |
Specifies which character |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified object to the current one. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. 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 options are modified.
Inherited from Rich |
See Also