Represents context for the the categories of the HyperlinkDialog.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class HyperlinkDialogCategoryContext
Inheritance: objectHyperlinkDialogCategoryContext
Constructors
Initializes a new instance of the HyperlinkDialogCategoryContext class.
C#
public HyperlinkDialogCategoryContext(string screenTip)
The screen tip.
Properties
Gets or sets the new hyperlink info.
C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
The new hyperlink info.