Represents context for the the categories of the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.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
NewHyperlinkInfo
HyperlinkInfo
Gets or sets the new hyperlink info.
C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
The new hyperlink info.