Class HyperTextEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides data for the HyperTextEvent
handler.
public class HyperTextEventArgs : EventArgs
- Inheritance
-
HyperTextEventArgs
Constructors
- HyperTextEventArgs(string, bool)
Initializes a new instance of the
HyperTextEventArgs
class with specified Text and HyperText values.
Properties
- IsHyperText
Returns value indicating whether
HyperTextEventArgs.Text
represents hypertext.
- Text
Contains string to check.