ClassHyperlinkDialogCategoryContext
Class
Represents context for the the categories of the HyperlinkDialog.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.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
The new hyperlink info.