The C1JustifyTool type exposes the following members.

Constructors

  Name Description
Public method C1JustifyTool
Initializes a new instance of a C1JustifyTool.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetValue (Overrides C1ApplicationBarToggleButton<(Of <(<'T>)>)>..::..GetValue(C1TextRange).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method SetValue (Overrides C1ApplicationBarToggleButton<(Of <(<'T>)>)>..::..SetValue(C1TextRange, T).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Update
Method called when the tool should update its state.
(Inherited from C1ApplicationBarToggleButton<(Of <(<'T>)>)>.)

Properties

  Name Description
Public property CheckedText
Gets or sets the text to use when the toggle is checked.
(Inherited from C1ApplicationBarToggleButton<(Of <(<'T>)>)>.)
Protected property CheckedValue (Overrides C1ApplicationBarToggleButton<(Of <(<'T>)>)>..::..CheckedValue.)
Public property IconUri
The URI of the icon to use for the button.
(Inherited from ApplicationBarIconButton.)
Public property IsChecked
Gets or sets a value indicating whether this instance is checked.
(Inherited from C1ApplicationBarToggleButton<(Of <(<'T>)>)>.)
Public property IsEnabled
Gets or sets the enabled status of the button.
(Inherited from ApplicationBarIconButton.)
Public property RichTextBox
Gets or sets the C1RichTextBox instance to update.
(Inherited from C1ApplicationBarToggleButton<(Of <(<'T>)>)>.)
Public property Text
Gets or sets the text string that is displayed as a label for the button. The label is displayed when the user taps the ellipses symbol on the Application Bar.
(Inherited from ApplicationBarIconButton.)
Public property UncheckedText
Gets or sets the text to use when the toggle is unchecked.
(Inherited from C1ApplicationBarToggleButton<(Of <(<'T>)>)>.)
Protected property UnCheckedValue (Overrides C1ApplicationBarToggleButton<(Of <(<'T>)>)>..::..UnCheckedValue.)

Events

  Name Description
Public event Click
Occurs when the user taps a button in the Application Bar.
(Inherited from ApplicationBarIconButton.)

See Also