ClassHyperlinkDialogCategoryContext
Class
Represents context for the the categories of the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class HyperlinkDialogCategoryContext
Inheritance: objectHyperlinkDialogCategoryContext
Constructors
HyperlinkDialogCategoryContext(string)
Initializes a new instance of the HyperlinkDialogCategoryContext class.
Declaration
cs-api-definition
public HyperlinkDialogCategoryContext(string screenTip)
Parameters
screenTip
The screen tip.
Properties
NewHyperlinkInfo
Gets or sets the new hyperlink info.
Declaration
cs-api-definition
public HyperlinkInfo NewHyperlinkInfo { get; set; }
Property Value
HyperlinkInfo
The new hyperlink info.